forked from OSchip/llvm-project
parent
0f137df0aa
commit
09075a99e0
|
@ -570,9 +570,6 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
|
|||
} else {
|
||||
Options.NeXTRuntime = Target->useNeXTRuntimeAsDefault();
|
||||
}
|
||||
|
||||
if (Options.CPlusPlus)
|
||||
Options.Blocks = 0;
|
||||
}
|
||||
|
||||
static llvm::cl::opt<bool>
|
||||
|
|
Loading…
Reference in New Issue