[lld/tests] Stop setting the "asserts" and "debug" features

The last use of `REQUIRES: debug` was removed in 2013 in 72c5d3d7c in favor of
`REQUIRES: asserts`.

The last use of `REQUIRES: asserts` was removed in 2015 in 251b0e268 when the
old COFF linker was removed.

lld's test suite currently has no behavior difference with respect to
assertions or debug builds (and hasn't had it for 6 years). Let's keep it that
way :)

Differential Revision: https://reviews.llvm.org/D115941
This commit is contained in:
Nico Weber 2021-12-17 10:04:30 -05:00
parent 58a0e449e1
commit d5b2921faf

View File

@ -63,9 +63,7 @@ if platform.system() not in ['Windows']:
config.available_features.add('demangler')
llvm_config.feature_config(
[('--build-mode', {'DEBUG': 'debug'}),
('--assertion-mode', {'ON': 'asserts'}),
('--targets-built', {'AArch64': 'aarch64',
[('--targets-built', {'AArch64': 'aarch64',
'AMDGPU': 'amdgpu',
'ARM': 'arm',
'AVR': 'avr',