forked from OSchip/llvm-project
parent
240f2b7851
commit
30b3ac5e9e
|
@ -155,9 +155,8 @@ static void GetDarwinLanguageOptions(LangOptions &Opts,
|
|||
if (Maj > 9)
|
||||
Opts.Blocks = 1;
|
||||
|
||||
if (Maj >= 9)
|
||||
if (Opts.ObjC1 && !strncmp(Triple, "x86_64", 6))
|
||||
Opts.ObjCNonFragileABI = 1;
|
||||
if (Maj >= 9 && Opts.ObjC1 && !strncmp(Triple, "x86_64", 6))
|
||||
Opts.ObjCNonFragileABI = 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue