1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test
George Rimar dda68cb795 [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type.
Currently, it is possible to use yaml2obj for producing SHT_GROUP sections
of type GRP_COMDAT. For LLD test case I need to produce an object with
a broken (different from GRP_COMDAT) type.

The patch teaches tool to do such things.

Differential revision: https://reviews.llvm.org/D50761

llvm-svn: 339764
2018-08-15 11:43:00 +00:00
..
Analysis [AliasSetTracker] Do not treat experimental_guard intrinsic as memory writing instruction 2018-08-15 06:21:02 +00:00
Assembler [DebugInfoMetadata] Added DIFlags interface in DIBasicType. 2018-08-14 19:35:34 +00:00
Bindings
Bitcode [ThinLTO] Handle optional args in assembly format for ConstVCalls 2018-08-14 01:49:33 +00:00
BugPoint [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
CodeGen [X86][SSE] Add sdiv by nonuniform constant vector tests 2018-08-15 10:59:29 +00:00
DebugInfo Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)" 2018-08-14 17:54:41 +00:00
Demangle [MS Demangler] Fix some minor formatting bugs. 2018-08-14 18:54:28 +00:00
Examples
ExecutionEngine [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
Feature
FileCheck
Instrumentation [hwasan] Add -hwasan-with-ifunc flag. 2018-08-10 16:21:37 +00:00
Integer
JitListener
Linker
LTO Enrich inline messages 2018-08-05 14:53:08 +00:00
MC Revert "[WebAssembly] Added default stack-only instruction mode for MC." 2018-08-13 23:12:49 +00:00
Object [WASM] Fix overflow when reading custom section 2018-08-08 16:34:03 +00:00
ObjectYAML
Other [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
ThinLTO/X86 [ThinLTO] Fix printing of WPD remarks 2018-08-14 03:00:16 +00:00
tools [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type. 2018-08-15 11:43:00 +00:00
Transforms [AliasSetTracker] Do not treat experimental_guard intrinsic as memory writing instruction 2018-08-15 06:21:02 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
lit.site.cfg.py.in
TestRunner.sh