Enable tight Objective-C interface layout unconditionally.

- I will remove the flag when I'm comfortable there is no fallout
   from this.

llvm-svn: 70993
This commit is contained in:
Daniel Dunbar 2009-05-05 18:52:50 +00:00
parent be9fa506ad
commit c4bb4274b6
1 changed files with 1 additions and 2 deletions

View File

@ -849,8 +849,7 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
if (ObjCNonFragileABI)
Options.ObjCNonFragileABI = 1;
if (ObjCTightLayout)
Options.ObjCTightLayout = 1;
Options.ObjCTightLayout = 1;
if (EmitAllDecls)
Options.EmitAllDecls = 1;