r342805 added support for the check-cxx-abilist target on FreeBSD, but broke
the target on macOS in doing so. The problem is that the GENERIC_TARGET_TRIPLE
gets overwritten after replacing the FreeBSD regular expression, which
nullifies the replacement done with the darwin regular expression.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCXX libc++
- Build Status
Buildable 22960 Build 22960: arc lint + arc unit
Event Timeline
Comment Actions
Remove the change to the Darwin ABI list file, which was meant for a different commit.