search for: 4aff1014

Displaying 2 results from an estimated 2 matches for "4aff1014".

Did you mean: 4af10b4
2013 Aug 08
0
[LLVMdev] lld build
...ated project works to build LLVM / LLD. But what prevent you to build it using Makefile (or even better, using Ninja) on Mac too ? -- Jean-Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130808/4aff1014/attachment.html>
2013 Aug 08
2
[LLVMdev] lld build
Hi, Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question? Linux/Fedora can be built by the following command cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ../src/ make iMac