aboutsummaryrefslogtreecommitdiff
path: root/test/Other/X86/dg.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/X86/dg.exp')
-rw-r--r--test/Other/X86/dg.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Other/X86/dg.exp b/test/Other/X86/dg.exp
new file mode 100644
index 000000000000..7b7bd4e73807
--- /dev/null
+++ b/test/Other/X86/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
+}