[lldb-dev] [Bug 29071] New: lldb standalone build: include could not find load file: CheckAtomic
via lldb-dev
lldb-dev at lists.llvm.org
Sat Aug 20 11:10:47 PDT 2016
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 at lists.llvm.org
Reporter: mgorny at gentoo.org
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160820/d57aa87f/attachment.html>
More information about the lldb-dev
mailing list