[PATCH] D95111: [NFC] Disallow unused prefixes under llvm/test

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 18:58:40 PST 2021


mtrofin created this revision.
mtrofin added a reviewer: MaskRay.
Herald added subscribers: frasercrmck, kerbowa, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, Jim, thopre, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, nhaehnle, jvesely.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95111

Files:
  llvm/test/Analysis/lit.local.cfg
  llvm/test/CodeGen/lit.local.cfg
  llvm/test/FileCheck/lit.local.cfg
  llvm/test/Instrumentation/AddressSanitizer/global_metadata_array.ll
  llvm/test/Instrumentation/HWAddressSanitizer/basic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
  llvm/test/Instrumentation/MemorySanitizer/array_types.ll
  llvm/test/Instrumentation/MemorySanitizer/check-array.ll
  llvm/test/Instrumentation/MemorySanitizer/check-struct.ll
  llvm/test/Instrumentation/MemorySanitizer/freeze.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_eager.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll
  llvm/test/Instrumentation/MemorySanitizer/reduce.ll
  llvm/test/MC/AArch64/lit.local.cfg
  llvm/test/MC/AMDGPU/lit.local.cfg
  llvm/test/MC/ARM/lit.local.cfg
  llvm/test/MC/RISCV/lit.local.cfg
  llvm/test/Other/lit.local.cfg
  llvm/test/Reduce/lit.local.cfg
  llvm/test/Transforms/lit.local.cfg
  llvm/test/lit.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95111.318088.patch
Type: text/x-patch
Size: 20465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210121/190ff709/attachment.bin>


More information about the llvm-commits mailing list