================
@@ -1043,7 +1043,7 @@ RocmInstallationDetector::getCommonBitcodeLibs(
if (!Pref.IsOpenMP)
AddBCLib(getOCKLPath());
else if (Pref.GPUSan && Pref.IsOpenMP)
- AddBCLib(getOCKLPath(), false);
+ AddBCLib(getOCKLPath());
----------------
arsenm wrote:
> By default we don't link ockl.bc for openmp.
OpenMP really shouldn't have special case linking. The linking should be a
target, not language property
https://github.com/llvm/llvm-project/pull/183685
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits