Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
无效设置,删了 static 库,在 mode.release 下,默认 hidden 优化库大小,你要导出符号,代码里自己设置下 或者 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我在做python调用llvm jit解释执行c++IR,需要so中保存符号表才能正确链接,c++执行是没问题的,python执行提示找不到符号,python通过swig编译的so中没有任何符号,_Z7run_libv函数实现在foo模块中
测试代码如下:
Beta Was this translation helpful? Give feedback.
All reactions