r355440 - [cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS

Francis Visoiu Mistrih via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 12:47:35 PST 2019


Author: thegameg
Date: Tue Mar  5 12:47:34 2019
New Revision: 355440

URL: http://llvm.org/viewvc/llvm-project?rev=355440&view=rev
Log:
[cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS

Add this in the Apple-stage2.cmake to ship the remark tooling library
with the compiler.

Modified:
    cfe/trunk/cmake/caches/Apple-stage2.cmake

Modified: cfe/trunk/cmake/caches/Apple-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2.cmake?rev=355440&r1=355439&r2=355440&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Tue Mar  5 12:47:34 2019
@@ -62,6 +62,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
   clang-format
   clang-resource-headers
   cxx-headers
+  Remarks
   ${LLVM_TOOLCHAIN_TOOLS}
   CACHE STRING "")
 




More information about the cfe-commits mailing list