[llvm-dev] [LLD] Mixing bitcode and native code

Carlo Kok via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 30 02:23:28 PDT 2018


When having a project that's partially bitcode and partially native code, should lld allow linking a native .o to a bitcode .o?

specifically in my case, I've got an stdcall function in bitcode, called by native code, but it can't find the symbol (bitcode has it 
unmangled, native code with _ and @20)


More information about the llvm-dev mailing list