[cfe-dev] another clang build problem, LLVM_ENABLE_LTO=thin causes make to break when specifying -j
Jerry Scharf via cfe-dev
cfe-dev at lists.llvm.org
Wed Aug 14 10:53:51 PDT 2019
Hi,
I must be doing something wrong here or missing something.
When I add -DLLVM_ENABLE_LTO=thin****to the cmake command and then try
to make clang with make -j n, it jumps immediately to trying to link and
fails. This is true with -j 1, so it is something about the make and not
parallelism. I am running the system make on ubuntu 14.4 (don't ask...)
thanks,
jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190814/dfb80a68/attachment.html>
More information about the cfe-dev
mailing list