krytarowski created this revision. krytarowski added a reviewer: joerg. krytarowski added a subscriber: lldb-commits. krytarowski set the repository for this revision to rL LLVM.
Problems reported on NetBSD: ``` llvm[4]: Linking Debug+Asserts executable lldb /tmp/build-llvm/Debug+Asserts/lib/liblldb.so: undefined reference to `llvm::createObjCARCExpandPass()' /tmp/build-llvm/Debug+Asserts/lib/liblldb.so: undefined reference to `llvm::createObjCARCOptPass()' /tmp/build-llvm/Debug+Asserts/lib/liblldb.so: undefined reference to `llvm::createObjCARCAPElimPass()' /tmp/build-llvm/Debug+Asserts/lib/liblldb.so: undefined reference to `llvm::createObjCARCContractPass()' clang: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/llvm/Makefile.rules:1434: recipe for target '/tmp/build-llvm/Debug+Asserts/bin/lldb' failed ``` Repository: rL LLVM http://reviews.llvm.org/D12749 Files: lib/Makefile Index: lib/Makefile =================================================================== --- lib/Makefile +++ lib/Makefile @@ -94,6 +94,7 @@ clangSerialization.a \ LLVMMCDisassembler.a \ LLVMProfileData.a \ + LLVMObjCARCOpts.a \ lldbPluginPlatformMacOSX.a \ lldbPluginPlatformLinux.a \ lldbPluginPlatformWindows.a \
Index: lib/Makefile =================================================================== --- lib/Makefile +++ lib/Makefile @@ -94,6 +94,7 @@ clangSerialization.a \ LLVMMCDisassembler.a \ LLVMProfileData.a \ + LLVMObjCARCOpts.a \ lldbPluginPlatformMacOSX.a \ lldbPluginPlatformLinux.a \ lldbPluginPlatformWindows.a \
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits