Commit 60ece4d
committed
fix: LLVM frontend candidates need .exe suffix on Windows
toolchain_frontend() checks for "clang++" in the bin dir, but on
Windows the binary is "clang++.exe". Add it to the candidates list.1 parent 8df273b commit 60ece4d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments