[LLVMdev] Compiling LLVM on MinGW
Óscar Fuentes
ofv at wanadoo.es
Sun Mar 8 22:12:18 PDT 2009
Lennart Augustsson <lennart at augustsson.net> writes:
> Commenting out the Hello transformation I get these link errors:
>
> llvm[2]: Linking Debug Shared Library LTO.dll
> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/Debug/lib/libLLVMSystem.a(Signals.o):
> In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS':
> c:/DOCUME~1/1312888/Desktop/Workspace/llvm/llvm-top/lib/System/Win32/Signals.inc:164:
> undefined reference to `_imp__SymSetOptions at 4'
It seems that dbghelp.lib is required for building this.
Which build generator system are you using? cmake or configure?
[snip]
--
Oscar
More information about the llvm-dev
mailing list