Skip to content

Commit fdda55b

Browse files
author
Chris Bieneman
committed
cmake: Install CheckAtomic.cmake (needed by lldb)
Summary: 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. Patch by: Michał Górny Reviewers: krytarowski, zturner, eugenis, jyknight, labath, beanz Subscribers: beanz, llvm-commits Differential Revision: https://reviews.llvm.org/D23887 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279777 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3e8e88e commit fdda55b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/modules/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,5 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
9191
PATTERN LLVMConfig.cmake EXCLUDE
9292
PATTERN LLVMConfigVersion.cmake EXCLUDE
9393
PATTERN LLVM-Config.cmake EXCLUDE
94-
PATTERN GetHostTriple.cmake EXCLUDE
95-
PATTERN CheckAtomic.cmake EXCLUDE)
94+
PATTERN GetHostTriple.cmake EXCLUDE)
9695
endif()

0 commit comments

Comments
 (0)