Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit b389b0a

Browse files
authored
Merge pull request #27 from linux-on-ibm-z/stable-s390x
cmake: Install CheckAtomic.cmake (needed by lldb)
2 parents 2be6538 + e5395ab commit b389b0a

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
@@ -118,6 +118,5 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
118118
PATTERN LLVMConfig.cmake EXCLUDE
119119
PATTERN LLVMConfigVersion.cmake EXCLUDE
120120
PATTERN LLVM-Config.cmake EXCLUDE
121-
PATTERN GetHostTriple.cmake EXCLUDE
122-
PATTERN CheckAtomic.cmake EXCLUDE)
121+
PATTERN GetHostTriple.cmake EXCLUDE)
123122
endif()

0 commit comments

Comments
 (0)