aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/MachO')
-rw-r--r--test/MC/MachO/dg.exp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/MC/MachO/dg.exp b/test/MC/MachO/dg.exp
index ebd8418..ca6aefe 100644
--- a/test/MC/MachO/dg.exp
+++ b/test/MC/MachO/dg.exp
@@ -1,3 +1,6 @@
load_lib llvm.exp
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
+}
+