浏览代码

[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 年之前
父节点
当前提交
e8e65a9da1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 "")