Fixing Symbol Versioning for V2
Change-Id: Ieb6f98bec97e9d24ff6acc52b131a1a1a129a829
Этот коммит содержится в:
коммит произвёл
Ammar Elwazir
родитель
a56b32e4eb
Коммит
a3484f4ee8
@@ -1,4 +1,4 @@
|
||||
ROCPROFILER_1.0 {
|
||||
ROCPROFILER_8.0 {
|
||||
global: OnLoad;
|
||||
OnUnload;
|
||||
rocprofiler_version_major;
|
||||
@@ -41,7 +41,7 @@ global: OnLoad;
|
||||
local: *;
|
||||
};
|
||||
|
||||
ROCPROFILER_2.0 {
|
||||
ROCPROFILER_9.0 {
|
||||
global: HSA_AMD_TOOL_PRIORITY;
|
||||
rocprofiler_error_str;
|
||||
rocprofiler_initialize;
|
||||
@@ -85,4 +85,4 @@ global: HSA_AMD_TOOL_PRIORITY;
|
||||
rocprofiler_device_profiling_session_poll;
|
||||
rocprofiler_device_profiling_session_stop;
|
||||
rocprofiler_device_profiling_session_destroy;
|
||||
} ROCPROFILER_1.0;
|
||||
} ROCPROFILER_8.0;
|
||||
Ссылка в новой задаче
Block a user