Non fragile ABI for GNU runtime. Patch bu David Chisnall.

llvm-svn: 81462
This commit is contained in:
Fariborz Jahanian
2009-09-10 21:48:21 +00:00
parent ce4bec8e0c
commit 2cde203392
5 changed files with 360 additions and 88 deletions

View File

@@ -291,9 +291,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
if (LangOpts.ObjC2)
DefineBuiltinMacro(Buf, "OBJC_NEW_PROPERTIES");
if (LangOpts.ObjCSenderDispatch)
DefineBuiltinMacro(Buf, "__OBJC_SENDER_AWARE_DISPATCH__");
if (LangOpts.PascalStrings)
DefineBuiltinMacro(Buf, "__PASCAL_STRINGS__");