mirror of https://github.com/microsoft/clang.git
Fix build bots after a mistake in r341760
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e978feba76
commit
a2f63564c9
|
@ -188,7 +188,7 @@ struct TransferableCommand {
|
|||
}
|
||||
|
||||
Cmd.CommandLine.insert(Cmd.CommandLine.end(),
|
||||
&OldArgs[OldPos], &OldArgs[Pos]);
|
||||
OldArgs.data() + OldPos, OldArgs.data() + Pos);
|
||||
}
|
||||
|
||||
if (Std != LangStandard::lang_unspecified) // -std take precedence over -x
|
||||
|
|
Loading…
Reference in New Issue