Skip to content

Commit

Permalink
tests: MC/Disassembler tests depend on ARM support being compiler in.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101337 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Apr 15, 2010
1 parent 6484dd4 commit 4c7276a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/MC/Disassembler/dg.exp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
load_lib llvm.exp

RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
if { [llvm_supports_target ARM] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
}

0 comments on commit 4c7276a

Please sign in to comment.