Changeset View
Changeset View
Standalone View
Standalone View
lld/test/lit.cfg.py
Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Lines | |||||
llvm_config.feature_config( | llvm_config.feature_config( | ||||
[('--build-mode', {'DEBUG': 'debug'}), | [('--build-mode', {'DEBUG': 'debug'}), | ||||
('--assertion-mode', {'ON': 'asserts'}), | ('--assertion-mode', {'ON': 'asserts'}), | ||||
('--targets-built', {'AArch64': 'aarch64', | ('--targets-built', {'AArch64': 'aarch64', | ||||
'AMDGPU': 'amdgpu', | 'AMDGPU': 'amdgpu', | ||||
'ARM': 'arm', | 'ARM': 'arm', | ||||
'AVR': 'avr', | 'AVR': 'avr', | ||||
'BPF': 'bpf', | |||||
'Hexagon': 'hexagon', | 'Hexagon': 'hexagon', | ||||
'Mips': 'mips', | 'Mips': 'mips', | ||||
'MSP430': 'msp430', | 'MSP430': 'msp430', | ||||
'PowerPC': 'ppc', | 'PowerPC': 'ppc', | ||||
'RISCV': 'riscv', | 'RISCV': 'riscv', | ||||
'Sparc': 'sparc', | 'Sparc': 'sparc', | ||||
'WebAssembly': 'wasm', | 'WebAssembly': 'wasm', | ||||
'X86': 'x86'}) | 'X86': 'x86'}) | ||||
▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines |