]> granicus.if.org Git - clang/commitdiff
[cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Tue, 5 Mar 2019 20:47:34 +0000 (20:47 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Tue, 5 Mar 2019 20:47:34 +0000 (20:47 +0000)
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

cmake/caches/Apple-stage2.cmake

index bb52b669735a298e7f74ed474e084153f9b2a5b8..996c64e62212aec0d41a7de1bc34ca4e413f4ddc 100644 (file)
@@ -62,6 +62,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
   clang-format
   clang-resource-headers
   cxx-headers
+  Remarks
   ${LLVM_TOOLCHAIN_TOOLS}
   CACHE STRING "")