1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test
Joel E. Denny f5f29ea8b3 [FileCheck] Permit multiple -v or -vv
`FILECHECK_OPTS` was implemented so that a test runner, such as CI,
can specify FileCheck debugging options, such as `-v` and `-vv`.
However, if a test suite has a FileCheck call that already specifies
`-v` or `-vv`, then that call will fail if `FILECHECK_OPTS` also
specifies it.

For `-vv`, this problem already exists:

`clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c`

It's not yet clear if the `-vv` in that test was intentional, but this
usage shouldn't fail anyway.  It's already true that FileCheck permits
`-vv` and `-v` together even though `-vv` implies `-v`.

Compare D70784, which fixed the same problem for `-dump-input`.

Reviewed By: jhenderson, thopre

Differential Revision: https://reviews.llvm.org/D82601
2020-06-29 18:35:22 -04:00
..
Analysis [NFC][ScalarEvolution] Add a test showing SCEV failure to recognize 'urem' 2020-06-28 20:35:02 +03:00
Assembler LLParser: Accept align(N) as new syntax for parameter attribute 2020-06-26 18:10:21 -04:00
Bindings
Bitcode
BugPoint
CodeGen [X86] Add common prefixes to merge more hadd/sub tests checks 2020-06-29 22:11:20 +01:00
DebugInfo [DEBUGINFO]Add a test for packed bitfields, NFC. 2020-06-29 14:14:14 -04:00
Demangle
Examples
ExecutionEngine
Feature [BasicAA] Rename deprecated -basicaa to -basic-aa 2020-06-26 20:41:37 -07:00
FileCheck [FileCheck] Permit multiple -v or -vv 2020-06-29 18:35:22 -04:00
Instrumentation [BasicAA] Rename deprecated -basicaa to -basic-aa 2020-06-26 20:41:37 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [RISCV] Assemble/Disassemble v-ext instructions. 2020-06-28 00:54:07 +08:00
Object
ObjectYAML
Other [BasicAA] Rename deprecated -basicaa to -basic-aa 2020-06-26 20:41:37 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-objcopy] Emit error if removing symtab referenced by group section 2020-06-29 10:42:03 +01:00
Transforms LowerConstantIntrinsics: Fix missing test for byval behavior 2020-06-29 14:45:31 -04:00
Unit
Verifier [AssumeBundles] Use operand bundles to encode alignment assumptions 2020-06-25 12:59:44 +02:00
YAMLParser
.clang-format
CMakeLists.txt [llvm][NFC] Use llvm_canonicalize_cmake_booleans for LLVM_HAVE_TF_AOT 2020-06-29 12:27:52 -07:00
lit.cfg.py
lit.site.cfg.py.in [llvm][NFC] Use llvm_canonicalize_cmake_booleans for LLVM_HAVE_TF_AOT 2020-06-29 12:27:52 -07:00
TestRunner.sh