summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-03-05 20:47:34 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-03-05 20:47:34 +0000
commite8e65a9da15cd72411141b31bd517b9050ce8b77 (patch)
tree16163d36f00e0916a8cb07c551a87d28d28c2ed3 /cmake
parenteccc42be573dbc367ef76309f5fba0991f99315f (diff)
downloadclang-e8e65a9da15cd72411141b31bd517b9050ce8b77.tar.gz
[cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS
Add this in the Apple-stage2.cmake to ship the remark tooling library with the compiler. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/caches/Apple-stage2.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake
index bb52b66973..996c64e622 100644
--- a/cmake/caches/Apple-stage2.cmake
+++ b/cmake/caches/Apple-stage2.cmake
@@ -62,6 +62,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
clang-format
clang-resource-headers
cxx-headers
+ Remarks
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")