[clang] Remove Linux search paths on Windows (PR #113628)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 19 12:47:43 PST 2024


https://github.com/jhuber6 commented:

Is there an issue with simply using the `HostTC` for everything? I feel like that's the solution to this mess, since the `HostTC` would always know whether or not the target is Windows without us needing to forward a bunch of stuff. 

https://github.com/llvm/llvm-project/pull/113628


More information about the cfe-commits mailing list