1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test
Mikael Holmen 57aa13d4fa [MIR] Change test case to read from stdin instead of file
The

    ;CHECK: bb
    ;CHECK-NEXT: %namedVReg1353:_(p0) = COPY $d0

parts of the test case failed when the tests were placed in a directory
including "bb" in the path, since the full path of the file is then
output in the
 ; ModuleID = '/repo/bb/
line which the CHECK matched on and then the CHECK-NEXT failed.

llvm-svn: 371171
2019-09-06 06:55:54 +00:00
..
Analysis [MemorySSA] Update MemorySSA when removing debug.value calls. 2019-09-05 16:25:24 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [MIR] Change test case to read from stdin instead of file 2019-09-06 06:55:54 +00:00
DebugInfo [LLVM][Alignment] Make functions using log of alignment explicit 2019-09-05 10:00:22 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] Forbid using var defined on same line 2019-09-02 14:04:00 +00:00
Instrumentation [NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes 2019-09-04 20:30:29 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [MC] Pass through .code16/32/64 and .syntax unified for COFF 2019-09-03 18:16:52 +00:00
Object [yaml2obj] Write the section header table after section contents 2019-09-05 14:25:57 +00:00
ObjectYAML
Other [MemorySSA] Re-enable MemorySSA use. 2019-09-04 19:16:04 +00:00
Reduce llvm-reduce: Use %python from lit to get the correct/valid python binary for the reduction script 2019-09-05 23:33:44 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen GlobalISel/TableGen: Fix handling of EXTRACT_SUBREG constraints 2019-09-06 00:05:58 +00:00
ThinLTO/X86
tools Fix rL371162 again 2019-09-06 03:31:42 +00:00
Transforms Cleanup test. 2019-09-06 00:58:03 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh