summaryrefslogtreecommitdiffstats
path: root/utils/ABITest/single-args-64
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-02-03 17:16:01 +0000
committerChris Bieneman <beanz@apple.com>2016-02-03 17:16:01 +0000
commit749c9c251e1617e4a5fcaf5994cd2f75607dd8e5 (patch)
treeac23df112e7d553d87e506b8a7f84a2d3acbea66 /utils/ABITest/single-args-64
parent334563d01db6cf227cc281c9b9f2557e44ad75c3 (diff)
Add back the ABITest makefiles
These files are standalone and not integrated with CMake, so we probably want them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/ABITest/single-args-64')
-rw-r--r--utils/ABITest/single-args-64/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/ABITest/single-args-64/Makefile b/utils/ABITest/single-args-64/Makefile
new file mode 100644
index 0000000000..b8acb70c13
--- /dev/null
+++ b/utils/ABITest/single-args-64/Makefile
@@ -0,0 +1,13 @@
+# Usage: make test.N.report
+#
+# COUNT can be over-ridden to change the number of tests generated per
+# file, and TESTARGS is used to change the type generation. Make sure
+# to 'make clean' after changing either of these parameters.
+
+X_CFLAGS := -m64
+Y_CFLAGS := -m64
+CC_CFLAGS := -m64
+
+include ../Makefile.test.common
+
+TESTARGS += --no-function-return --max-args 1