mstorsjo wrote: > There are many, many ways to build software, and instead of arguing which one > is right, I'd like to focus on principled objections against this approach to > building software for Windows using Unix conventions.
I don't particularly mind the approach in itself - however, one fundamental aspect is that WinSDK and the MSVC files are unredistributable. So anything that consumes them should expect to consume them in the way they're laid out when they are unpacked out of the box from those upstream installers (modulo moving them to another system). I don't think we should condone anything that assumes fetching WinSDK/MSVC derived files from a third party provider or github repo or anything like that. https://github.com/llvm/llvm-project/pull/96417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
