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@lists.llvm.org
          Reporter: ved...@miletic.net
                CC: llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to