https://llvm.org/bugs/show_bug.cgi?id=29071
Bug ID: 29071 Summary: lldb standalone build: include could not find load file: CheckAtomic Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: mgo...@gentoo.org CC: llvm-b...@lists.llvm.org Classification: Unclassified When attempting to build lldb stand-alone against installed LLVM, I'm getting the following error: CMake Error at cmake/modules/LLDBStandalone.cmake:89 (include): include could not find load file: CheckAtomic Call Stack (most recent call first): CMakeLists.txt:3 (include) It looks that it is relying on CheckAtomic.cmake that is not installed by LLVM. I guess the file should either be installed (possibly as LLVMCheckAtomic?), or a copy of it included in LLDB. -- 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