Non fragile ABI for GNU runtime. Patch bu David Chisnall.
llvm-svn: 81462
This commit is contained in:
@@ -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__");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user