1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test
James Henderson 5506e18140 [yaml2obj] Fix bug when referencing items in SectionHeaderTable
There was an off-by-one error caused by an index (which included an
index for the null section header) being used to check against the size
of a list of sections (which didn't include the null section header).

This is a partial fix for https://bugs.llvm.org/show_bug.cgi?id=50506.

Reviewed by: MaskRay

Differential Revision: https://reviews.llvm.org/D104098
2021-06-16 10:02:22 +01:00
..
Analysis
Assembler [OpaquePtr] Verify Opaque pointer in function parameter 2021-06-15 14:57:48 -07:00
Bindings
Bitcode
BugPoint
CodeGen Revert "[SampleFDO] Using common linkage for the discriminator flag variable" 2021-06-15 21:22:23 -07:00
DebugInfo [IROutliner] Adding DebugInfo handling for IR Outlined Functions 2021-06-15 10:57:08 -05:00
Demangle
Examples
ExecutionEngine [JITLink][MachO] Add missing testcase. 2021-06-13 20:43:49 +10:00
Feature
FileCheck
Instrumentation [DFSan] Handle landingpad inst explicitly as zero shadow. 2021-06-15 18:28:20 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [PowerPC] Export 16 byte load-store instructions 2021-06-15 01:56:10 +00:00
Object
ObjectYAML
Other [NewPM] Remove SpeculateAroundPHIs pass 2021-06-15 20:35:55 +03:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [yaml2obj] Fix bug when referencing items in SectionHeaderTable 2021-06-16 10:02:22 +01:00
Transforms [FuncSpec] Statistics 2021-06-16 09:11:51 +01:00
Unit
Verifier [OpaquePtr] Verify Opaque pointer in function parameter 2021-06-15 14:57:48 -07:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh