1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Martin Storsjo a515a56576 [COFF] Don't mark mingw .eh_frame sections writable
This improves compatibility with GCC produced object files, where
the .eh_frame sections are read only. With mixed flags for the
involved .eh_frame sections, LLD creates two separate .eh_frame
sections in the output binary, one for each flag combination,
while ld.bfd probably merges them.

The previous setup of flags can be traced back to SVN r79346.

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

llvm-svn: 348177
2018-12-03 20:02:05 +00:00
..
Analysis [SystemZ::TTI] Return zero cost for ICmp that becomes Load And Test. 2018-12-03 14:30:18 +00:00
Assembler [DWARFv5] Verify all-or-nothing constraint on DIFile source 2018-11-30 19:13:38 +00:00
Bindings [DebugInfo] IR/Bitcode changes for DISubprogram flags. 2018-11-28 21:14:32 +00:00
Bitcode [ThinLTO] Allow importing of functions with var args 2018-12-01 05:11:46 +00:00
BugPoint [test] Fix BugPoint/compile-custom.ll to use detected python exec 2018-12-02 16:49:23 +00:00
CodeGen [MachineOutliner] Drop candidates that require fixups if it's beneficial 2018-12-03 19:11:27 +00:00
DebugInfo Revert "[BTF] Add BTF DebugInfo" 2018-11-30 16:54:43 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [KMSAN] Enable -msan-handle-asm-conservative by default 2018-12-03 10:15:43 +00:00
Integer
JitListener
Linker [DebugInfo] IR/Bitcode changes for DISubprogram flags. 2018-11-28 21:14:32 +00:00
LTO
MC [COFF] Don't mark mingw .eh_frame sections writable 2018-12-03 20:02:05 +00:00
Object
ObjectYAML
Other Fixing -print-module-scope for legacy SCC passes 2018-12-03 14:48:15 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [TableGen] Examine entire subreg compositions to detect ambiguity 2018-11-29 18:20:08 +00:00
ThinLTO/X86 [ThinLTO] Import local variables from the same module as caller 2018-11-29 17:02:42 +00:00
tools [llvm-objcopy] Add --build-id-link-dir flag 2018-12-03 19:49:23 +00:00
Transforms [InstCombine] add tests for shuffle+binop fold; NFC 2018-12-03 19:41:21 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh