Skip to content

Commit

Permalink
Update symbol export map for plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Rajeev Rao <[email protected]>
  • Loading branch information
rajeevsrao committed Dec 8, 2020
1 parent a7a3852 commit ba869aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/exports.map
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
/* Hides all symbols except those specified in the global section */
{
global:
getInferLibVersion;
getPluginRegistry;
initLibNvInferPlugins;
extern "C++" {
nvinfer1::*;
};
local: *;
};

0 comments on commit ba869aa

Please sign in to comment.