1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test
Yuanfang Chen 93e82c22ef Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit"""
This reverts commit 80a34ae31125aa46dcad47162ba45b152aed968d with fixes.

On bots llvm-clang-x86_64-expensive-checks-ubuntu and
llvm-clang-x86_64-expensive-checks-debian only,
llc returns 0 for these two tests unexpectedly. I tweaked the RUN line a little
bit in the hope that LIT is the culprit since this change is not in the
codepath these tests are testing.
llvm\test\CodeGen\X86\inline-asm-avx-v-constraint-32bit.ll
llvm\test\CodeGen\X86\inline-asm-avx512vl-v-constraint-32bit.ll
2020-02-13 10:02:53 -08:00
..
Analysis [ConstantFold][SVE] Fix constant fold for FoldReinterpretLoadFromConstPtr. 2020-02-12 10:24:50 -08:00
Assembler Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
Bindings Rework go bindings so that validation works fine 2020-02-13 14:13:03 +01:00
Bitcode Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
BugPoint
CodeGen Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
DebugInfo Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
Demangle
Examples
ExecutionEngine [ORC] Fix symbol dependence propagation algorithm in ObjectLinkingLayer. 2020-02-11 12:56:41 -08:00
Feature [LoopExtractor] Convert LoopExtractor from LoopPass to ModulePass 2020-02-09 12:25:21 +02:00
FileCheck
Instrumentation [AddressSanitizer] Ensure only AllocaInst is passed to dbg.declare 2020-02-12 11:24:02 -08:00
Integer
JitListener
Linker Remove lit feature object-emission 2020-02-10 15:57:56 -06:00
LTO Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
MachineVerifier Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
MC Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
Object Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
ObjectYAML
Other Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
Reduce
SafepointIRVerifier
Support [llvm-dwarfdump] Remove unnecessary explicit -h behaviour 2019-06-21 11:22:20 +00:00
SymbolRewriter
TableGen Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
ThinLTO/X86 Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP" 2020-02-11 10:48:05 -08:00
tools Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
Transforms Revert "Revert "Reland "[Support] make report_fatal_error abort instead of exit""" 2020-02-13 10:02:53 -08:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [CMake] Delete llvm_add_go_executable and a reference to TARGET llvm-go 2020-02-11 20:55:50 -08:00
lit.cfg.py Rework go bindings so that validation works fine 2020-02-13 14:13:03 +01:00
lit.site.cfg.py.in
TestRunner.sh