[llvm-dev] Help identifying lib for unresolved external symbol public: void __cdecl llvm::cfg::Update<class llvm::BasicBlock *>::dump(void)const

Chad Verbowski via llvm-dev llvm-dev at lists.llvm.org
Sat Jul 4 16:06:30 PDT 2020


Hi - I'm trying to build some code on Windows, and struggling to resolve
this link error. I assume there is an llvm lib I'm missing beyond what is
in llvm-config --libs.

Anyone have an idea which .lib may have this?

Thanks!

BWCET-476fba.o : error LNK2001: unresolved external symbol "public: void
__cdecl llvm::cfg::Update<class llvm::BasicBlock *>::dump(void)const "
(?dump@?$Update at PEAVBasicBlock@llvm@@@cfg at llvm@@QEBAXXZ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200704/df030275/attachment.html>


More information about the llvm-dev mailing list