trcrsired wrote: > > Also cargo-xwin has picked my solution of windows-msvc-sysroot. It is > > proven to be a good solution https://github.com/rust-cross/cargo-xwin > > Also, I doubt that they have chosen to use it because they think the layout > is in any way better; they probably do it because it is a quicker and simpler > way of getting the MSVC libraries and the WinSDK, not realizing that it is in > violation of the license.
I am willing to pursue another approach to make --sysroot to support both behaviors, make clang to find headers/libs in both microsoft style and traditional UNIX style (bin, include, lib, share), what do you think? If you think it is ok, then i will try to implement it. https://github.com/llvm/llvm-project/pull/96417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
