From: Francis Visoiu Mistrih Date: Tue, 5 Mar 2019 20:47:34 +0000 (+0000) Subject: [cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8e65a9da15cd72411141b31bd517b9050ce8b77;p=clang [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 --- diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake index bb52b66973..996c64e622 100644 --- a/cmake/caches/Apple-stage2.cmake +++ b/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 "")