[cfe-dev] clang static libraries circular dependency
moonma
upanitag at gmail.com
Mon Jul 13 13:38:36 PDT 2015
Hi,
With clang 3.5 update, there are a bunch of linker errors when using clang
static libraries and I have figured out there are circular dependency
between the static libraries and the libraries need to be specified in a
specific order. Can someone help me get the correct order of these static
libraries? I have used –start-group , --end-group linker flags but turns
out it is an expensive solution.
Thanks,
Upanita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150713/ca4653d4/attachment.html>
More information about the cfe-dev
mailing list