projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02dc8d
)
tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them
author
Daniel Dunbar
<daniel@zuster.org>
Thu, 5 Aug 2010 15:44:15 +0000
(15:44 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Thu, 5 Aug 2010 15:44:15 +0000
(15:44 +0000)
rely on using a specific x86 triple to test what they want to test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110337
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/AsmParser/dg.exp
patch
|
blob
|
history
diff --git
a/test/MC/AsmParser/dg.exp
b/test/MC/AsmParser/dg.exp
index 64cb75b20ff11d1769778e3fa6319b574280010d..a6d81da5b7168ed54b61ecd0c9b6a4c245c35ae7 100644
(file)
--- a/
test/MC/AsmParser/dg.exp
+++ b/
test/MC/AsmParser/dg.exp
@@
-1,4
+1,5
@@
load_lib llvm.exp
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
-
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
+}