https://llvm.org/bugs/show_bug.cgi?id=27237
Bug ID: 27237
Summary: Cannot link lldb-server on a i386 system
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Looks like we are using too much memory during the link for a i386 system :
cd
"/tmp/buildd/llvm-toolchain-snapshot-3.9~svn265476/build-llvm/tools/lldb/tools/lldb-server"
&& /tmp/cmake/bin/cmake -E cmake_symlink_executable
../../../../bin/lldb-server-3.9.0 ../../../../bin/lldb-server
make[4]: Leaving directory
`/tmp/buildd/llvm-toolchain-snapshot-3.9~svn265476/build-llvm'
[ 98%] Built target lldb-server
/usr/bin/ld: final link failed: Memory exhausted
collect2: error: ld returned 1 exit status
make[4]: *** [lib/liblldb-3.9.so.1] Error 1
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev