commit | 59ebd28462cfb6249a3db1fad5d81f0328fb9787 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Thu Jan 29 20:36:50 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Thu Jan 29 20:36:50 2009 +0000 |
tree | 4d6c14d47533c340334fdb078b5d51f41c6291ff | |
parent | 8448c2cdab6e3d4b15725921735243c77b06623d [diff] [blame] |
ABITest: Makefile tweaks git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63330 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ABITest/layout/Makefile b/utils/ABITest/layout/Makefile index f93a74e..fa76f18 100644 --- a/utils/ABITest/layout/Makefile +++ b/utils/ABITest/layout/Makefile
@@ -5,7 +5,7 @@ # to 'make clean' after changing either of these parameters. ABITESTGEN := ../ABITestGen.py -TESTARGS := --max-args 0 --no-complex --no-vector --no-union --test-layout +TESTARGS := --max-args 0 --test-layout COUNT := 1000 TIMEOUT := 5