[Lldb-commits] [PATCH] D22322: [LLDB] Fixes for standalone build
Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 15 15:53:41 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275641: Fixes for standalone build: (authored by eugenezelenko).
Changed prior to commit:
https://reviews.llvm.org/D22322?vs=64000&id=64206#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22322
Files:
lldb/trunk/cmake/modules/LLDBStandalone.cmake
Index: lldb/trunk/cmake/modules/LLDBStandalone.cmake
===================================================================
--- lldb/trunk/cmake/modules/LLDBStandalone.cmake
+++ lldb/trunk/cmake/modules/LLDBStandalone.cmake
@@ -58,6 +58,7 @@
set(LLVM_TOOLS_BINARY_DIR ${TOOLS_BINARY_DIR} CACHE PATH "Path to llvm/bin")
set(LLVM_LIBRARY_DIR ${LIBRARY_DIR} CACHE PATH "Path to llvm/lib")
set(LLVM_MAIN_INCLUDE_DIR ${INCLUDE_DIR} CACHE PATH "Path to llvm/include")
+ set(LLVM_DIR ${LLVM_OBJ_ROOT}/cmake/modules/CMakeFiles CACHE PATH "Path to LLVM build tree CMake files")
set(LLVM_BINARY_DIR ${LLVM_OBJ_ROOT} CACHE PATH "Path to LLVM build tree")
set(LLVM_MAIN_SRC_DIR ${MAIN_SRC_DIR} CACHE PATH "Path to LLVM source tree")
@@ -85,6 +86,7 @@
include(AddLLVM)
include(HandleLLVMOptions)
+ include(CheckAtomic)
if (PYTHON_EXECUTABLE STREQUAL "")
set(Python_ADDITIONAL_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22322.64206.patch
Type: text/x-patch
Size: 943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160715/710a5e98/attachment.bin>
More information about the lldb-commits
mailing list