ChanMaxthon
2013-Sep-16 13:50 UTC
[LLVMdev] Building LLVM/clang with LLVM/clang and LTO using cmake
On my computer it is pain in the a** to build LLVM/clang with LLVM LTO on using cmake. I have to add -k to the make command and run ranlib from time to time. Anyway to fix this? OS: Ubuntu 13.04 amd64 LLVM Version: LLVM 3.4 svn HEAD. By the way, the resulting binary built with flags -Ofast -flto runs blazingly fast. I can compile entire GNUstep libraries in under a minute without parallelism. Sent from my iPad
Óscar Fuentes
2013-Sep-16 17:30 UTC
[LLVMdev] Building LLVM/clang with LLVM/clang and LTO using cmake
ChanMaxthon <xcvista at me.com> writes:> On my computer it is pain in the a** to build LLVM/clang with LLVM LTO > on using cmake. I have to add -k to the make command and run ranlib > from time to time. Anyway to fix this?To fix what? Please file a bug report with all relevant info, starting with a complete description of the problem ;-)
Maxthon Chan
2013-Sep-17 03:52 UTC
[LLVMdev] Building LLVM/clang with LLVM/clang and LTO using cmake
In a nutshell, To automatically ranlib when building LLVM with LLVM LTO on on Linux. On Sep 17, 2013, at 1:30, Óscar Fuentes <ofv at wanadoo.es> wrote:> ChanMaxthon <xcvista at me.com> writes: > >> On my computer it is pain in the a** to build LLVM/clang with LLVM LTO >> on using cmake. I have to add -k to the make command and run ranlib >> from time to time. Anyway to fix this? > > To fix what? > > Please file a bug report with all relevant info, starting with a > complete description of the problem ;-) > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130917/cc56db7d/attachment.html>