forked from OSchip/llvm-project
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:
parent
be9fa506ad
commit
c4bb4274b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue