SWDEV-297448 - Add debug log print

Change-Id: Ieba1b2e5d766e3fbe84dfc875dde8268166b3f99


[ROCm/clr commit: 2e26ed1cbb]
This commit is contained in:
Saleel Kudchadker
2021-08-19 11:22:55 -07:00
کامیت شده توسط Maneesh Gupta
والد f6946fb86d
کامیت 14d8512375
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
@@ -746,7 +746,7 @@ bool Program::compileImplLC(const std::string& sourceCode,
}
}
else {
buildLog_ += "Error: Failed to compile opencl source (from CL or HIP source to LLVM IR).\n";
buildLog_ += "Error: Failed to compile source (from CL or HIP source to LLVM IR).\n";
}
amd::Comgr::destroy_data_set(inputs);