Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift-ci
2018-03-13 12:09:54 -07:00
3 changed files with 10 additions and 1 deletions

View File

@@ -459,6 +459,9 @@ bool SwiftASTManager::initCompilerInvocation(CompilerInvocation &Invocation,
// SwiftONoneSupport module.
FrontendOpts.RequestedAction = FrontendOptions::ActionType::Typecheck;
// We don't care about LLVMArgs
FrontendOpts.LLVMArgs.clear();
return false;
}