Commit d9c48de
committed
[CMake][MSVC] Wrap more linker flags for IntelLLVM
My previous pass missed some flags because I used `-Werror=unknown-argument`, but
`/D` and `/G` are accepted by clang (even when only linking), but mean different things
than intended for `link.exe`.
Wrapping the linker with a script revealed these flags.1 parent fccf468 commit d9c48de
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments