================
@@ -1035,15 +1035,15 @@ RocmInstallationDetector::getCommonBitcodeLibs(
};
auto AddSanBCLibs = [&]() {
if (Pref.GPUSan)
- AddBCLib(getAsanRTLPath(), false);
+ AddBCLib(getAsanRTLPath());
};
AddSanBCLibs();
AddBCLib(getOCMLPath());
if (!Pref.IsOpenMP)
AddBCLib(getOCKLPath());
else if (Pref.GPUSan && Pref.IsOpenMP)
- AddBCLib(getOCKLPath(), false);
+ AddBCLib(getOCKLPath());
----------------
ampandey-1995 wrote:
Hi @arsenm ,
I removed this change here. Created a new PR [183685
](https://github.com/llvm/llvm-project/pull/183685) for this.
On current PR I have updated the commit description and commit message. Current
PR handles only internalization of 'asanrtl.bc' irrespective of openmp or hip
or opencl.
https://github.com/llvm/llvm-project/pull/182825
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits