Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information