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
Этот коммит содержится в:
foreman
2014-09-16 09:39:53 -04:00
родитель 44b425a7a5
Коммит 9c02c73c2f
3 изменённых файлов: 8 добавлений и 4 удалений
+1 -1
Просмотреть файл
@@ -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