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:
7db933d
)
Disable alloca code gen tests until size of extra args in stack frame
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 22 Oct 2001 22:33:08 +0000
(22:33 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 22 Oct 2001 22:33:08 +0000
(22:33 +0000)
can be computed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@957
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 44ac0bef65ff3843917f3c0ca1fbfb6fc4fb7073..80871361a002186dec1453d44ae2e9677300e006 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-10,7
+10,7
@@
CCFLAGS = -g -xarch=v9
TESTS := $(wildcard *.ll)
-LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest
| grep -v alloca | grep -v memory
)
test all : testasmdis testopt testcodegen