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:
c811c2e
)
Disable codgen test for calltest.ll.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Wed, 17 Oct 2001 20:14:34 +0000
(20:14 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Wed, 17 Oct 2001 20:14:34 +0000
(20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 474ba2ebb5c0c63fc88193ef651b270344c487a6..2dd1423005c987c2722c6d3e78e82d43809385a0 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-10,7
+10,7
@@
CCFLAGS = -g $(ARCHFLAGS)
TESTS := $(wildcard *.ll)
-LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx
| grep -v calltest
)
test all : testasmdis testopt testcodegen