[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
This commit is contained in:
Francis Visoiu Mistrih 2019-03-05 20:47:34 +00:00
parent 1c4bab3ba4
commit b1e36564c6

View File

@ -62,6 +62,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
clang-format
clang-resource-headers
cxx-headers
Remarks
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")