Fixing Symbol Versioning for V2
Change-Id: Ieb6f98bec97e9d24ff6acc52b131a1a1a129a829
This commit is contained in:
committed by
Ammar Elwazir
parent
a56b32e4eb
commit
a3484f4ee8
+3
-3
@@ -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;
|
||||
Reference in New Issue
Block a user