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
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.
- Loading branch information