diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-03-05 20:47:34 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2019-03-05 20:47:34 +0000 |
commit | b1e36564c67d5f50fce4b2503311df04608237ab (patch) | |
tree | 4463919ce936b31ab16540817db2638763c6ec1e | |
parent | 1c4bab3ba4e0e16479c3be32996269ebf45bafa1 (diff) | |
download | bcm5719-llvm-b1e36564c67d5f50fce4b2503311df04608237ab.tar.gz bcm5719-llvm-b1e36564c67d5f50fce4b2503311df04608237ab.zip |
[cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS
Add this in the Apple-stage2.cmake to ship the remark tooling library
with the compiler.
llvm-svn: 355440
-rw-r--r-- | clang/cmake/caches/Apple-stage2.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/cmake/caches/Apple-stage2.cmake b/clang/cmake/caches/Apple-stage2.cmake index bb52b669735..996c64e6221 100644 --- a/clang/cmake/caches/Apple-stage2.cmake +++ b/clang/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 "") |