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

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 14:16:49 PST 2024


================
@@ -272,6 +277,13 @@ class RocmInstallationDetector {
     return Loc->second;
   }
 
+  void init(bool DetectHIPRuntime = true, bool DetectDeviceLib = false) {
----------------
jhuber6 wrote:

I don't understand why we need this, isn't it fine just to let it fail? Let the detection use the triple and give up if it can't find it with the windows paths.

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


More information about the cfe-commits mailing list