[NFC] Disallow unused prefixes under llvm/test
This patch sets the default for llvm tests, with the exception of tests under Reduce, because quite a few of them use 'FileCheck' as parameter to a tool, and including a flag as that parameter would complicate matters. The rest of the patch undo-es the lit.local.cfg changes we progressively introduced as temporary measure to avoid regressions under various directories. Differential Revision: https://reviews.llvm.org/D95111
Showing
- llvm/test/CodeGen/lit.local.cfg 0 additions, 7 deletionsllvm/test/CodeGen/lit.local.cfg
- llvm/test/FileCheck/lit.local.cfg 9 additions, 0 deletionsllvm/test/FileCheck/lit.local.cfg
- llvm/test/Instrumentation/AddressSanitizer/global_metadata_array.ll 6 additions, 6 deletions...Instrumentation/AddressSanitizer/global_metadata_array.ll
- llvm/test/Instrumentation/HWAddressSanitizer/basic.ll 4 additions, 4 deletionsllvm/test/Instrumentation/HWAddressSanitizer/basic.ll
- llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll 1 addition, 1 deletionllvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
- llvm/test/Instrumentation/MemorySanitizer/array_types.ll 2 additions, 2 deletionsllvm/test/Instrumentation/MemorySanitizer/array_types.ll
- llvm/test/Instrumentation/MemorySanitizer/check-array.ll 1 addition, 1 deletionllvm/test/Instrumentation/MemorySanitizer/check-array.ll
- llvm/test/Instrumentation/MemorySanitizer/check-struct.ll 1 addition, 1 deletionllvm/test/Instrumentation/MemorySanitizer/check-struct.ll
- llvm/test/Instrumentation/MemorySanitizer/freeze.ll 1 addition, 1 deletionllvm/test/Instrumentation/MemorySanitizer/freeze.ll
- llvm/test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll 2 additions, 2 deletions.../Instrumentation/MemorySanitizer/msan_asm_conservative.ll
- llvm/test/Instrumentation/MemorySanitizer/msan_eager.ll 1 addition, 1 deletionllvm/test/Instrumentation/MemorySanitizer/msan_eager.ll
- llvm/test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll 2 additions, 2 deletions.../test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll
- llvm/test/Instrumentation/MemorySanitizer/reduce.ll 1 addition, 1 deletionllvm/test/Instrumentation/MemorySanitizer/reduce.ll
- llvm/test/MC/AArch64/lit.local.cfg 0 additions, 8 deletionsllvm/test/MC/AArch64/lit.local.cfg
- llvm/test/MC/AMDGPU/lit.local.cfg 0 additions, 8 deletionsllvm/test/MC/AMDGPU/lit.local.cfg
- llvm/test/MC/ARM/lit.local.cfg 0 additions, 8 deletionsllvm/test/MC/ARM/lit.local.cfg
- llvm/test/MC/RISCV/lit.local.cfg 0 additions, 8 deletionsllvm/test/MC/RISCV/lit.local.cfg
- llvm/test/Other/lit.local.cfg 0 additions, 12 deletionsllvm/test/Other/lit.local.cfg
- llvm/test/Reduce/lit.local.cfg 8 additions, 0 deletionsllvm/test/Reduce/lit.local.cfg
- llvm/test/Transforms/lit.local.cfg 0 additions, 8 deletionsllvm/test/Transforms/lit.local.cfg
Loading
Please register or sign in to comment