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
Этот коммит содержится в:
@@ -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 ?
|
||||
|
||||
Ссылка в новой задаче
Block a user