Open irshadcc opened 1 year ago
I met this problem too when import oneflow I built using source code following README
nm liboneflow.so | grep _ZN4llvm15itaniumDemangleEPKc
U _ZN4llvm15itaniumDemangleEPKc
Looks a the LLVMDemangle library is also needed in the `one_flow_third_party_libs'.
Summary
Undefined LLVM function/symbol while trying to load oneflow library
Code to reproduce bug
System Information
python3 -m oneflow --doctor
): Can't get the output since the loading step fails.