summaryrefslogtreecommitdiffstats
path: root/clang/utils/ABITest
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-07-25 00:24:56 +0000
committerAnders Carlsson <andersca@mac.com>2009-07-25 00:24:56 +0000
commit87a9a34e5bfb9e7deb43506adc13188a9cea85a7 (patch)
tree6ec0176549438091793e9d57a5bbebc2691fdd22 /clang/utils/ABITest
parent8c8e88bd39e3e0d49155dfdb730fea55920adf31 (diff)
downloadbcm5719-llvm-87a9a34e5bfb9e7deb43506adc13188a9cea85a7.tar.gz
bcm5719-llvm-87a9a34e5bfb9e7deb43506adc13188a9cea85a7.zip
More work on the constant struct builder. We now try to layout all constant structs but throw away the result.
llvm-svn: 77021
Diffstat (limited to 'clang/utils/ABITest')
-rw-r--r--clang/utils/ABITest/layout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/utils/ABITest/layout/Makefile b/clang/utils/ABITest/layout/Makefile
index 0520625fcf2..95536b884a0 100644
--- a/clang/utils/ABITest/layout/Makefile
+++ b/clang/utils/ABITest/layout/Makefile
@@ -11,11 +11,11 @@ TIMEOUT := 5
CFLAGS := -std=gnu99
-X_COMPILER := llvm-gcc
+X_COMPILER := /Developer/usr/bin/llvm-gcc-4.2
Y_COMPILER := clang
CC := gcc
-ifeq (0, 0)
+ifeq (1, 0)
X_CFLAGS := -m32
Y_CFLAGS := -m32
CC_CFLAGS := -m32
OpenPOWER on IntegriCloud