[clang] Remove Linux search paths on Windows (PR #113628)
David Salinas via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 15 10:04:06 PST 2024
================
@@ -272,6 +277,13 @@ class RocmInstallationDetector {
return Loc->second;
}
+ void init(bool DetectHIPRuntime = true, bool DetectDeviceLib = false) {
----------------
david-salinas wrote:
Yes. We are basically just trying to avoid adding "linux like paths" on Windows. It's cosmetic.
https://github.com/llvm/llvm-project/pull/113628
More information about the cfe-commits
mailing list