1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/test
Georgii Rymar d2ae6e2eba [llvm-readobj/libObject] - Allow dumping objects that has a broken SHT_SYMTAB_SHNDX section.
Currently it is impossible to create an instance of ELFObjectFile when the
SHT_SYMTAB_SHNDX can't be read. We error out when fail to parse the
SHT_SYMTAB_SHNDX section in the factory method.

This change delays reading of the SHT_SYMTAB_SHNDX section entries,
with it llvm-readobj is now able to work with such inputs.

Differential revision: https://reviews.llvm.org/D89379
2020-11-03 11:30:28 +03:00
..
Analysis [LazyCallGraph] Build SCCs of the reference graph in order 2020-11-02 13:22:42 -08:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [PowerPC] Extend folding RLWINM + RLWINM to post-RA. 2020-11-03 07:44:11 +00:00
DebugInfo [Debugify] Port -debugify-each to NewPM 2020-11-02 08:16:43 -08:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] Fix comments and eof in allow-unused-prefixes.txt 2020-11-02 08:51:01 -08:00
Instrumentation [MemProf] Pass down memory profile name with optional path from clang 2020-11-01 17:38:23 -08:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [PowerPC] Parse and ignore .machine ppc64 2020-11-02 16:49:57 -08:00
Object [llvm-readobj/libObject] - Allow dumping objects that has a broken SHT_SYMTAB_SHNDX section. 2020-11-03 11:30:28 +03:00
ObjectYAML
Other [LazyCallGraph] Build SCCs of the reference graph in order 2020-11-02 13:22:42 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Eliminate uses of true and false in .td files. 2020-10-31 10:54:33 -04:00
ThinLTO/X86 [test] Fix unused FileCheck prefix in ThinLTO test 2020-11-02 09:06:36 -08:00
tools [llvm-readobj/libObject] - Allow dumping objects that has a broken SHT_SYMTAB_SHNDX section. 2020-11-03 11:30:28 +03:00
Transforms [IndVars] Use knowledge about execution on last iteration when removing checks 2020-11-03 13:38:58 +07:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh