[LTP] [RFC PATCH v2 1/2] Add 'make check' and clang-check to build system
Cyril Hrubis
chrubis@suse.cz
Mon Jun 7 11:12:55 CEST 2021
Hi!
> > +include $(top_srcdir)/include/mk/env_pre.mk
> > +include $(top_srcdir)/include/mk/functions.mk
> > +
> > +HOST_MAKE_TARGETS := main
> > +HOST_LDFLAGS += -lclang
> If anyone else trying this has problems linking the tool, at least for
> me, this must be
> HOST_LDLIBS ?????? ?????? += -lclang
>
> Otherwise the link order is wrong (main.c after -lclang) and all symbols
> from libclang are undefined.
Thx for report, indeed that has to be fixed.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list