mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[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:
parent
58a0e449e1
commit
d5b2921faf
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user