Browse Source

[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
Francis Visoiu Mistrih 6 years ago
parent
commit
e8e65a9da1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmake/caches/Apple-stage2.cmake

+ 1 - 0
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 "")