[lldb-dev] [Bug 32362] New: LLDB master fails to compile with linker error
via lldb-dev
lldb-dev at lists.llvm.org
Tue Mar 21 09:05:50 PDT 2017
http://bugs.llvm.org/show_bug.cgi?id=32362
Bug ID: 32362
Summary: LLDB master fails to compile with linker error
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: vedran at miletic.net
CC: llvm-bugs at lists.llvm.org
Using GCC 4.9 on Debian 8, I get:
[ 93%] Linking CXX executable ../../../../bin/lldb-server
../../../../lib/liblldbExpression.a(IRExecutionUnit.cpp.o):(.data.rel.ro._ZTVN4llvm18MCJITMemoryManagerE[_ZTVN4llvm18MCJITMemoryManagerE]+0x60):
undefined reference to `llvm::RuntimeDyld::MemoryManager::anchor()'
collect2: error: ld returned 1 exit status
tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/build.make:355: recipe
for target 'bin/lldb-server' failed
make[2]: *** [bin/lldb-server] Error 1
CMakeFiles/Makefile2:56724: recipe for target
'tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/all' failed
make[1]: *** [tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/all]
Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170321/53bf2446/attachment.html>
More information about the lldb-dev
mailing list