From 09e22c57a107fd22e7150bb037eb82170c014216 Mon Sep 17 00:00:00 2001 From: Rajeev Rao Date: Tue, 8 Dec 2020 11:28:16 -0800 Subject: [PATCH] Update symbol export map for plugins Signed-off-by: Rajeev Rao --- plugin/exports.map | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin/exports.map b/plugin/exports.map index d92a7bbb..ca4ef24d 100644 --- a/plugin/exports.map +++ b/plugin/exports.map @@ -17,7 +17,12 @@ /* Hides all symbols except those specified in the global section */ { global: + getInferLibVersion; + getPluginRegistry; initLibNvInferPlugins; + extern "C++" { + nvinfer1::*; + }; local: *; };