================
@@ -2829,10 +2829,13 @@ void tools::addOpenMPDeviceRTL(const Driver &D,
     LibraryPaths.emplace_back(LibPath);
 
   OptSpecifier LibomptargetBCPathOpt =
-      Triple.isAMDGCN() ? options::OPT_libomptarget_amdgpu_bc_path_EQ
-                        : options::OPT_libomptarget_nvptx_bc_path_EQ;
+      Triple.isAMDGCN()  ? options::OPT_libomptarget_amdgpu_bc_path_EQ
----------------
sarnex wrote:

Not yet, we hit some issues in the front end generating OpenMP device code with 
the SPIR-V target, so we can't build it yet because it doesn't make it through 
the compiler. Any change should be with fine with us, we should be able to 
adapt to whatever infrastructure there is to build the DeviceRTL. thanks.

https://github.com/llvm/llvm-project/pull/120145
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to