[PATCH] D100086: Include `llvm-config` and `not` in AppleClang toolchains.
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 21:30:17 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG73cbc7f60ed9: Include `llvm-config` and `not` in AppleClang toolchains. (authored by delcypher).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100086/new/
https://reviews.llvm.org/D100086
Files:
clang/cmake/caches/Apple-stage2.cmake
Index: clang/cmake/caches/Apple-stage2.cmake
===================================================================
--- clang/cmake/caches/Apple-stage2.cmake
+++ clang/cmake/caches/Apple-stage2.cmake
@@ -56,6 +56,7 @@
llvm-objdump
llvm-nm
llvm-size
+ llvm-config
CACHE STRING "")
set(LLVM_BUILD_UTILS ON CACHE BOOL "")
@@ -63,6 +64,7 @@
set(LLVM_TOOLCHAIN_UTILITIES
FileCheck
yaml2obj
+ not
CACHE STRING "")
set(LLVM_DISTRIBUTION_COMPONENTS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100086.335996.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210408/4f50e262/attachment.bin>
More information about the cfe-commits
mailing list