P4 to Git Change 1187464 by jsjodin@alit_worker_lnx11_stg_ws on 2015/09/02 15:47:31

ECR #304775 - Add "dbg" to temp filename to prevent clashing with compiler lib temp file name for dlls.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuprogram.cpp#68 edit


[ROCm/clr commit: 65257c63e9]
This commit is contained in:
foreman
2015-09-02 16:01:27 -04:00
parent 658835907f
commit debf033fa0
@@ -514,7 +514,7 @@ Program::compileBinaryToISA(amd::option::Options* options)
#if defined(WITH_ONLINE_COMPILER)
std::string tempName = amd::Os::getTempFileName();
dllFileName_ = tempName + "." IF(IS_WINDOWS, "dll", "so");
dllFileName_ = tempName + "dbg" + "." IF(IS_WINDOWS, "dll", "so");
acl_error err = ACL_SUCCESS;
aclTargetInfo aclinfo = info(has_avx ?