diff options
author | Anders Carlsson <andersca@mac.com> | 2009-08-16 20:29:59 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-08-16 20:29:59 +0000 |
commit | 1352590383c6cf677a3531043a6a41a565ca6e99 (patch) | |
tree | 57c1dd8c30efc8ba712767295e5d3cca90172341 | |
parent | d67c4c31a83773a4280bdf8d8b5097a1ce92488e (diff) |
Whoops, did not mean to commit this
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79201 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/ABITest/layout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ABITest/layout/Makefile b/utils/ABITest/layout/Makefile index 56cfe0b384..0520625fcf 100644 --- a/utils/ABITest/layout/Makefile +++ b/utils/ABITest/layout/Makefile @@ -11,7 +11,7 @@ TIMEOUT := 5 CFLAGS := -std=gnu99 -X_COMPILER := /Developer/usr/bin/llvm-gcc-4.2 +X_COMPILER := llvm-gcc Y_COMPILER := clang CC := gcc |