Fix the compiler in the project (accidentally checked in with wrong

compiler).

llvm-svn: 130738
This commit is contained in:
Caroline Tice
2011-05-02 22:54:24 +00:00
parent 04ab75c9ab
commit 6eb74cd2e3

View File

@@ -3344,7 +3344,7 @@
__STDC_LIMIT_MACROS,
LLDB_CONFIGURATION_DEBUG,
);
GCC_VERSION = 4.2;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;