Commit 53d58dd
authored
[CMake][MSVC] Wrap more linker flags for IntelLLVM (#557)
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.
The approach I used to find these is documented as github gist here:
https://gist.github.com/Maetveis/00567488f0d6ff74095d91ed306fafc51 parent fccf468 commit 53d58dd
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