[PATCH] D23887: cmake: Install CheckAtomic.cmake (needed by lldb)
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 14:01:14 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL279777: cmake: Install CheckAtomic.cmake (needed by lldb) (authored by cbieneman).
Changed prior to commit:
https://reviews.llvm.org/D23887?vs=69279&id=69289#toc
Repository:
rL LLVM
https://reviews.llvm.org/D23887
Files:
llvm/trunk/cmake/modules/CMakeLists.txt
Index: llvm/trunk/cmake/modules/CMakeLists.txt
===================================================================
--- llvm/trunk/cmake/modules/CMakeLists.txt
+++ llvm/trunk/cmake/modules/CMakeLists.txt
@@ -91,6 +91,5 @@
PATTERN LLVMConfig.cmake EXCLUDE
PATTERN LLVMConfigVersion.cmake EXCLUDE
PATTERN LLVM-Config.cmake EXCLUDE
- PATTERN GetHostTriple.cmake EXCLUDE
- PATTERN CheckAtomic.cmake EXCLUDE)
+ PATTERN GetHostTriple.cmake EXCLUDE)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23887.69289.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160825/f958b181/attachment.bin>
More information about the llvm-commits
mailing list