Let llvm-config report libc++
Jeroen Ketema
j.ketema at imperial.ac.uk
Fri Sep 6 13:51:26 PDT 2013
If llvm-config reports '-stdlib=libc++' with --cxxflags it should also report it with '--ldfags', as compiling with '-stdlib=libc++' requires that we should also link with '-stdlib=libc++'. Patch that achieves this for the configure-style Makefiles attached (an option similar to --enable-libcpp does not seem to be supported by cake).
Regards,
Jeroen Ketema
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libcpp.patch
Type: application/octet-stream
Size: 1207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130906/7975e979/attachment.obj>
More information about the llvm-commits
mailing list