mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
refactor: Remove SourceLevelDebugger
Removed: - SourceLevelDebugger (with tests) - DebuggerLibrary - DebuggerLibraryRestore - debuggerSupported field from hwInfo.capabilityTable - HasSourceLevelDebuggerSupport matcher - ExperimentalEnableSourceLevelDebugger debug var - EnableMockSourceLevelDebugger debug var - DebuggerOptDisable debug var - lib_names.h.in file - third_party/source_level_debugger/igfx_debug_interchange_types.h Related-To: NEO-7213 Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7330974116
commit
6fca8ee195
@@ -50,9 +50,8 @@ bool isRebuiltToPatchtokensRequired(Device *neoDevice, ArrayRef<const uint8_t> a
|
||||
if (isBuiltin) {
|
||||
return false;
|
||||
}
|
||||
auto isSourceLevelDebuggerActive = (nullptr != neoDevice->getSourceLevelDebugger());
|
||||
auto isZebinFormat = NEO::isDeviceBinaryFormat<NEO::DeviceBinaryFormat::Zebin>(archive);
|
||||
if ((isSourceLevelDebuggerActive || isVmeUsed) && isZebinFormat) {
|
||||
if (isVmeUsed && isZebinFormat) {
|
||||
return neoDevice->getCompilerInterface()->disableZebin(optionsString, optionsString);
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user