aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/MC/AsmParser/ARM/arm_word_directive.s (renamed from test/MC/AsmParser/arm_word_directive.s)0
-rw-r--r--test/MC/AsmParser/ARM/dg.exp5
-rw-r--r--test/MC/AsmParser/X86/dg.exp5
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s (renamed from test/MC/AsmParser/x86_instructions.s)0
-rw-r--r--test/MC/AsmParser/X86/x86_operands.s (renamed from test/MC/AsmParser/x86_operands.s)0
-rw-r--r--test/MC/AsmParser/X86/x86_word_directive.s (renamed from test/MC/AsmParser/x86_word_directive.s)0
-rw-r--r--test/MC/AsmParser/dg.exp4
7 files changed, 11 insertions, 3 deletions
diff --git a/test/MC/AsmParser/arm_word_directive.s b/test/MC/AsmParser/ARM/arm_word_directive.s
index 7833691316..7833691316 100644
--- a/test/MC/AsmParser/arm_word_directive.s
+++ b/test/MC/AsmParser/ARM/arm_word_directive.s
diff --git a/test/MC/AsmParser/ARM/dg.exp b/test/MC/AsmParser/ARM/dg.exp
new file mode 100644
index 0000000000..3ff359aab3
--- /dev/null
+++ b/test/MC/AsmParser/ARM/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target ARM] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}
diff --git a/test/MC/AsmParser/X86/dg.exp b/test/MC/AsmParser/X86/dg.exp
new file mode 100644
index 0000000000..629a147736
--- /dev/null
+++ b/test/MC/AsmParser/X86/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}
diff --git a/test/MC/AsmParser/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index 4c5b698d3f..4c5b698d3f 100644
--- a/test/MC/AsmParser/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
diff --git a/test/MC/AsmParser/x86_operands.s b/test/MC/AsmParser/X86/x86_operands.s
index 433c9bf772..433c9bf772 100644
--- a/test/MC/AsmParser/x86_operands.s
+++ b/test/MC/AsmParser/X86/x86_operands.s
diff --git a/test/MC/AsmParser/x86_word_directive.s b/test/MC/AsmParser/X86/x86_word_directive.s
index 2950c8cd5f..2950c8cd5f 100644
--- a/test/MC/AsmParser/x86_word_directive.s
+++ b/test/MC/AsmParser/X86/x86_word_directive.s
diff --git a/test/MC/AsmParser/dg.exp b/test/MC/AsmParser/dg.exp
index ca6aefe9c5..64cb75b20f 100644
--- a/test/MC/AsmParser/dg.exp
+++ b/test/MC/AsmParser/dg.exp
@@ -1,6 +1,4 @@
load_lib llvm.exp
-if { [llvm_supports_target X86] } {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
-}
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]