Created
April 9, 2016 00:20
-
-
Save rkitover/552e0ad79714b1e7b182ed8c2823445b to your computer and use it in GitHub Desktop.
llvm won't link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 89%] Built target not | |
[ 89%] Built target yaml-bench | |
[ 89%] Built target gtest | |
[ 89%] Built target gtest_main | |
[ 89%] Built target LTO_exports | |
[ 90%] Linking CXX shared library ../../lib/libLTO.so | |
../../lib/libLLVMScalarOpts.a: could not read symbols: Memory exhausted | |
collect2: error: ld returned 1 exit status | |
*** Error 1 in . (tools/lto/CMakeFiles/LTO.dir/build.make:255 'lib/libLTO.so') | |
*** Error 1 in . (CMakeFiles/Makefile2:12494 'tools/lto/CMakeFiles/LTO.dir/all') | |
*** Error 1 in /home/rkitover/src/llvm/build (Makefile:150 'all') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is UNBELIEVABLE that clang / ld.gold would take THAT much memory just to link. 7GB is an OUTRAGOUSLY large amount of memory for something like this.