Commit 1b1f498
authored
[LLDB] Pass
From llvm/llvm-project#140761. `MsvcBuilder`
passed `/std:<value>` (if specified) after `--`, so the compiler would
interpret this as a file. This moves the argument before the `--`./std:... before -- on MSVC (#141782)1 parent 37edd2c commit 1b1f498
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
686 | 689 | | |
687 | 690 | | |
688 | 691 | | |
689 | 692 | | |
690 | 693 | | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
0 commit comments