> `__alloca' `___chkstk' `___chkstk_ms'
These symbols are there in libgcc.a
32-bit version ought to be in: <TDM_GCC_64_INSTALL_ROOT>\lib\gcc\x86_64-w64-mingw32\5.1.0\32\libgcc.a
Last edited on
Yes. But even if I add -lgcc
to the linkage (in <LLVM_BUILD\tools\opt\CMakeFiles\opt.dir\linklibs.rsp
) it fails with the same complaint.
[edit]
I thought that this problem was supposed to be resolved with the latest TDM releases...
Last edited on