1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test
Jake Ehrlich 9584905a27 [yaml2obj][ELF] Add support for setting alignment in program headers
Sometimes program headers have larger alignments than any of the
sections they contain. Currently yaml2obj can't produce such files. A
bug recently appeared in llvm-objcopy that failed in such a case. I'd
like to be able to add tests to llvm-objcopy for such cases.

This change adds an optional alignment parameter to program headers that
will be used instead of calculating the alignment.

Differential Revision: https://reviews.llvm.org/D39130

llvm-svn: 317139
2017-11-01 23:14:48 +00:00
..
Analysis [BranchProbabilityInfo] Handle irreducible loops. 2017-11-01 15:16:50 +00:00
Assembler Represent runtime preemption in the IR. 2017-10-26 15:00:26 +00:00
Bindings [LLVM-C] Expose functions to create debug locations via DIBuilder. 2017-11-01 22:18:52 +00:00
Bitcode Represent runtime preemption in the IR. 2017-10-26 15:00:26 +00:00
BugPoint
CodeGen Revert "Correct dwarf unwind information in function epilogue for X86" 2017-11-01 23:05:52 +00:00
DebugInfo [codeview] Merge file checksum entries for DIFiles with the same absolute path 2017-10-31 21:52:15 +00:00
DllTool
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Upgrade private linkage globals to internal linkage on COFF 2017-10-31 16:16:08 +00:00
Integer
JitListener
LibDriver
Linker
LTO LTO: Apply global DCE to ThinLTO modules at LTO opt level 0. 2017-11-01 17:58:39 +00:00
MC [X86][AsmParser] Treat '%' as the modulo operator under Intel syntax 2017-10-31 16:47:38 +00:00
Object Revert "Add support for writing 64-bit symbol tables for archives when offsets become too large for 32-bit" 2017-10-27 23:39:31 +00:00
ObjectYAML
Other Add CalledValuePropagation pass 2017-10-25 13:40:08 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [globalisel][tablegen] Add support for multi-insn emission 2017-11-01 19:57:57 +00:00
ThinLTO/X86 [ThinLTO] Make test for promoted names more specific 2017-10-25 03:41:31 +00:00
tools [yaml2obj][ELF] Add support for setting alignment in program headers 2017-11-01 23:14:48 +00:00
Transforms loop-unroll: teach remapInstruction to update dbg.value intrinsics. 2017-11-01 23:12:35 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Add test dependency on llvm-cfi-verify to fix up the build breakages on sanitizers. 2017-11-01 00:49:45 +00:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh