You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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/00567488f0d6ff74095d91ed306fafc5
0 commit comments