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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev