mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Revert "refactor: store special relocation names as string_view"
This reverts commit 1bf6431030.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
838cd2cfdd
commit
2db8fc266a
@@ -193,8 +193,8 @@ struct LinkerInput : NEO::NonCopyableAndNonMovableClass {
|
||||
};
|
||||
|
||||
struct Linker {
|
||||
inline static constexpr std::string_view subDeviceID = "__SubDeviceID";
|
||||
inline static constexpr std::string_view perThreadOff = "__INTEL_PER_THREAD_OFF";
|
||||
inline static const std::string subDeviceID = "__SubDeviceID";
|
||||
inline static const std::string perThreadOff = "__INTEL_PER_THREAD_OFF";
|
||||
|
||||
using RelocationInfo = LinkerInput::RelocationInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user