2
0

P4 to Git Change 1490442 by emankov@em-rocm-vdi on 2017/12/05 10:16:50

SWDEV-119491 - Remove WITH_LIGHTNING_COMPILER guard as unnecessary

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#78 edit
Este cometimento está contido em:
foreman
2017-12-05 10:26:31 -05:00
ascendente 770e45a712
cometimento 37e6282f02
+1 -4
Ver ficheiro
@@ -283,15 +283,12 @@ aclType Program::getNextCompilationStageFromBinary(amd::option::Options* options
completeStages.pop_back();
}
}
}
#if defined(WITH_LIGHTNING_COMPILER)
else {
} else {
const char* xLang = options->oVariables->XLang;
if (xLang != nullptr && strcmp(xLang, "asm") == 0) {
continueCompileFrom = ACL_TYPE_ASM_TEXT;
}
}
#endif
return continueCompileFrom;
}