[PATCH] D100087: Include `count` in AppleClang toolchains.
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 21:38:02 PDT 2021
delcypher created this revision.
delcypher added reviewers: arphaman, JDevlieghere.
Herald added a subscriber: mgorny.
delcypher requested review of this revision.
Herald added a project: clang.
The motivation here is so we can run the compiler-rt tests
from a standalone build against AppleClang.
In particular the `Posix/halt_on_error-torture.cpp` and
`Posix/halt_on_error_suppress_equal_pcs.cpp` ASan test cases currently
require this binary for the tests to pass.
rdar://76366784
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100087
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
@@ -65,6 +65,7 @@
FileCheck
yaml2obj
not
+ count
CACHE STRING "")
set(LLVM_DISTRIBUTION_COMPONENTS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100087.335997.patch
Type: text/x-patch
Size: 312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210408/7889d875/attachment.bin>
More information about the cfe-commits
mailing list