This is an archive of the discontinued LLVM Phabricator instance.

Include `count` in AppleClang toolchains.
ClosedPublic

Authored by delcypher on Apr 7 2021, 9:37 PM.

Details

Summary

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

Diff Detail

Event Timeline

delcypher created this revision.Apr 7 2021, 9:37 PM
delcypher requested review of this revision.Apr 7 2021, 9:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2021, 9:38 PM
arphaman accepted this revision.Apr 8 2021, 1:02 PM
This revision is now accepted and ready to land.Apr 8 2021, 1:02 PM
This revision was automatically updated to reflect the committed changes.