llvm-mirror/test
Igor Kudrin 36cf70c05c [DebugInfo] Read CIE pointer as a relocatable value.
The CIE pointer field of an FDE record contains an offset to
a corresponding CIE record. In object files, this value comes with
relocation because the value has to be fixed when a linker combines
the final section from multiple sources. In most object files there is
only one CIE record at offset 0 of the .debug_frame section, so reading
a relocated or a raw value makes no difference. However, in partially
linked object files there are multiple CIE records and the relocations
should be applied to recover the right offset value.

Differential Revision: https://reviews.llvm.org/D74612
2020-02-20 09:12:05 +07:00
..
Analysis [DDG] Data Dependence Graph - Graph Simplification 2020-02-19 13:41:51 -05:00
Assembler [Assembler] Emit summary index flags 2020-02-18 17:49:54 +03:00
Bindings
Bitcode
BugPoint
CodeGen AMDGPU: Enable integer division bypass 2020-02-19 17:50:19 -05:00
DebugInfo [DebugInfo] Read CIE pointer as a relocatable value. 2020-02-20 09:12:05 +07:00
Demangle
Examples
ExecutionEngine [JITLink] Fix testcase for main JITDylib rename in 85fb997659b. 2020-02-19 14:58:13 -08:00
Feature
FileCheck
Instrumentation Reapply [IRBuilder] Always respect inserter/folder 2020-02-19 20:51:38 +01:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC. 2020-02-19 17:25:33 -08:00
Object
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Diagnose undefined fields when generating searchable tables 2020-02-19 14:03:48 +00:00
ThinLTO/X86
tools [WebAssembly] Use llvm::Optional to store optional symbol attributes. NFC. 2020-02-19 17:25:33 -08:00
Transforms [IndVarSimply] Fix assert/release build difference. 2020-02-19 14:36:22 -06:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh