P4 to Git Change 1077270 by emankov@em-hsa-amd on 2014/09/16 09:26:09
ECR #333753 - Compiler Lib: Bug fix in string options comparison Tests: smoke, precheck-in Reviewer: Brian Sumner, Artem Tamazov Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#30 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.hpp#15 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpucompiler.cpp#149 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#176 edit
Этот коммит содержится в:
@@ -1300,7 +1300,7 @@ NullProgram::parseAllILFuncs(const std::string& source)
|
||||
{
|
||||
bool doPatch = true;
|
||||
amd::option::Options *opts = getCompilerOptions();
|
||||
if (opts->isCStrEqual(opts->oVariables->XLang, "il")) {
|
||||
if (opts->isCStrOptionsEqual(opts->oVariables->XLang, "il")) {
|
||||
doPatch = false;
|
||||
}
|
||||
// Find the patch position
|
||||
|
||||
Ссылка в новой задаче
Block a user