1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Adrian Prantl 76f3fb45dc Add a verifier check that rejects non-distinct DISubprogram function
attachments. They would crash the backend, which expects all
DISubprograms that are not part of the type system to have a unit field.

Clang right before https://reviews.llvm.org/D79967 would generate this
kind of broken IR.

rdar://problem/69534688

Thanks to Fangrui for fixing an assembler test I had missed!

https://reviews.llvm.org/D88270
2020-09-25 12:04:46 -07:00
..
Analysis [SCEV] Add support for x != 0 to CollectCondition. 2020-09-25 18:58:55 +01:00
Assembler OpaquePtr: Add type to sret attribute 2020-09-25 14:07:30 -04:00
Bindings
Bitcode OpaquePtr: Add type to sret attribute 2020-09-25 14:07:30 -04:00
BugPoint
CodeGen [WebAssembly] Check features before making SjLj vars thread-local 2020-09-25 11:45:16 -07:00
DebugInfo Add a verifier check that rejects non-distinct DISubprogram function 2020-09-25 12:04:46 -07:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [CGProfile] don't emit cgprofile entry if called function is dllimport 2020-09-23 16:56:54 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [PowerPC] Add accumulator register class and instructions 2020-09-25 12:25:13 -05:00
Object [Object/yaml2obj/obj2yaml][test] - Split, cleanup and move MIPS abi-flags.yaml test. NFCI. 2020-09-25 12:04:55 +03:00
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen Enhance TableGen so that backends can produce better error messages. 2020-09-23 13:35:32 -04:00
ThinLTO/X86 Revert D87970 "[ThinLTO] Avoid temporaries when loading global decl attachment metadata" 2020-09-23 10:24:08 -07:00
tools [Object/yaml2obj/obj2yaml][test] - Split, cleanup and move MIPS abi-flags.yaml test. NFCI. 2020-09-25 12:04:55 +03:00
Transforms [Coroutine] Split PHI Nodes in cleanuppad blocks in a way that obeys EH pad rules 2020-09-25 11:30:38 -07:00
Unit
Verifier Add a verifier check that rejects non-distinct DISubprogram function 2020-09-25 12:04:46 -07:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh