Like we have been doing for libc++ for a while now, start using
from-scratch testing configurations for libc++abi.
As a fly-by fix, remove the LIBCXXABI_NO_TIMER macro, which was defined
but never used.
Differential D125242
[libc++abi] Use from-scratch testing configs for libc++abi by default ldionne on May 9 2022, 8:57 AM. Authored by
Details
Like we have been doing for libc++ for a while now, start using As a fly-by fix, remove the LIBCXXABI_NO_TIMER macro, which was defined
Diff Detail
Unit Tests Event TimelineComment Actions I'm not sure I understand what "from scratch" means given this patch, but I don't need to understand to see that to LGTM it. LGTM once the inline comments are addressed.
Comment Actions Yeah, it's not a great name. It's how I've been calling the new style of configuration file where you define only the base Lit substitutions required for your environment instead of using the logic in config.py that tried to handle all configurations (and you'd add various knobs to tweak its behavior instead).
|