f943e7f
From fdda55bb968b2c39da76baa85a29114f53154944 Mon Sep 17 00:00:00 2001
f943e7f
From: Chris Bieneman <beanz@apple.com>
f943e7f
Date: Thu, 25 Aug 2016 20:53:00 +0000
f943e7f
Subject: [PATCH] cmake: Install CheckAtomic.cmake (needed by lldb)
f943e7f
MIME-Version: 1.0
f943e7f
Content-Type: text/plain; charset=UTF-8
f943e7f
Content-Transfer-Encoding: 8bit
f943e7f
f943e7f
Summary:
f943e7f
Install CheckAtomic.cmake along with other LLVM modules, therefore making it possible for other projects to use it. This file is needed for LLDB to be built standalone, and installing it was suggested in https://reviews.llvm.org/D23881.
f943e7f
f943e7f
Patch by: Michał Górny
f943e7f
f943e7f
Reviewers: krytarowski, zturner, eugenis, jyknight, labath, beanz
f943e7f
f943e7f
Subscribers: beanz, llvm-commits
f943e7f
f943e7f
Differential Revision: https://reviews.llvm.org/D23887
f943e7f
f943e7f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279777 91177308-0d34-0410-b5e6-96231b3b80d8
f943e7f
---
f943e7f
 cmake/modules/CMakeLists.txt | 3 +--
f943e7f
 1 file changed, 1 insertion(+), 2 deletions(-)
f943e7f
f943e7f
diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt
f943e7f
index 826dd36..d2510b8 100644
f943e7f
--- a/cmake/modules/CMakeLists.txt
f943e7f
+++ b/cmake/modules/CMakeLists.txt
f943e7f
@@ -91,6 +91,5 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
f943e7f
     PATTERN LLVMConfig.cmake EXCLUDE
f943e7f
     PATTERN LLVMConfigVersion.cmake EXCLUDE
f943e7f
     PATTERN LLVM-Config.cmake EXCLUDE
f943e7f
-    PATTERN GetHostTriple.cmake EXCLUDE
f943e7f
-    PATTERN CheckAtomic.cmake EXCLUDE)
f943e7f
+    PATTERN GetHostTriple.cmake EXCLUDE)
f943e7f
 endif()
f943e7f
-- 
f943e7f
2.5.5
f943e7f