mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Restore using compiler.config.h
define source level debugger dll name when it has empty implementation Change-Id: I2a0938c8418da161f214735644f00f7873540f75
This commit is contained in:

committed by
sys_ocldev

parent
d74e179aee
commit
cc9e5a7943
@ -23,6 +23,7 @@
|
||||
#include "runtime/source_level_debugger/source_level_debugger.h"
|
||||
|
||||
namespace OCLRT {
|
||||
const char *SourceLevelDebugger::dllName = "";
|
||||
|
||||
SourceLevelDebugger::SourceLevelDebugger(OsLibrary *library) {
|
||||
debuggerLibrary.reset(library);
|
||||
|
Reference in New Issue
Block a user