[clang] f66e05a - Include `count` in AppleClang toolchains.

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 8 14:00:38 PDT 2021


Author: Dan Liew
Date: 2021-04-08T14:00:29-07:00
New Revision: f66e05a720f74409790bdede308380909f2ecd86

URL: https://github.com/llvm/llvm-project/commit/f66e05a720f74409790bdede308380909f2ecd86
DIFF: https://github.com/llvm/llvm-project/commit/f66e05a720f74409790bdede308380909f2ecd86.diff

LOG: Include `count` in AppleClang toolchains.

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

Differential Revision: https://reviews.llvm.org/D100087

Added: 
    

Modified: 
    clang/cmake/caches/Apple-stage2.cmake

Removed: 
    


################################################################################
diff  --git a/clang/cmake/caches/Apple-stage2.cmake b/clang/cmake/caches/Apple-stage2.cmake
index 3a8bae087d32f..d347ffcd0f4ff 100644
--- a/clang/cmake/caches/Apple-stage2.cmake
+++ b/clang/cmake/caches/Apple-stage2.cmake
@@ -65,6 +65,7 @@ set(LLVM_TOOLCHAIN_UTILITIES
   FileCheck
   yaml2obj
   not
+  count
   CACHE STRING "")
 
 set(LLVM_DISTRIBUTION_COMPONENTS


        


More information about the cfe-commits mailing list