1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/MC
Mehdi Amini fe32b980b3 Make the default triple optional by allowing an empty string
When building LLVM as a (potentially dynamic) library that can be linked against
by multiple compilers, the default triple is not really meaningful.
We allow to explicitely set it to an empty string when configuring LLVM.
In this case, said "target independent" tests in the test suite that are using
the default triple are disabled by matching the newly available feature
"default_triple".

Reviewers: probinson, echristo
Differential Revision: http://reviews.llvm.org/D12660

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 247775
2015-09-16 05:34:32 +00:00
..
AArch64 [llvm-readobj] MachO -- correctly dump section field 'Reserved3' 2015-09-01 16:29:02 +00:00
AMDGPU AMDGPU/SI: Fix input vcc operand for VOP2b instructions 2015-09-08 21:15:00 +00:00
ARM DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
AsmParser [MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases 2015-08-31 17:44:53 +00:00
COFF [MC] Generate a timestamp for COFF object files 2015-09-01 23:46:11 +00:00
Disassembler [mips][microMIPS] Fix an issue with disassembling lwm32 instruction 2015-09-15 15:21:27 +00:00
ELF Make the default triple optional by allowing an empty string 2015-09-16 05:34:32 +00:00
Hexagon
MachO [MC] Convert all the remaining tests from macho-dump to llvm-readobj. 2015-09-10 01:50:00 +00:00
Markup
Mips [mips] Add support for branch-likely pseudo-instructions 2015-09-15 15:06:26 +00:00
PowerPC
Sparc Fix CHECK directives that weren't checking. 2015-08-31 21:10:35 +00:00
SystemZ
X86 AVX512: Implemented encoding and intrinsics for 2015-09-10 12:54:54 +00:00