mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
[Offload] Remove unused version script for plugins
Summary: The plugins are no longer linked to a share library, making this unused and useless.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
VERS1.0 {
|
||||
global:
|
||||
__tgt_rtl*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
Reference in New Issue
Block a user