[cfe-dev] building LLVM/Clang on Windows 7 x64 using MinGW/MSYS

Óscar Fuentes ofv at wanadoo.es
Thu Oct 10 17:01:25 PDT 2013


"Dennis Cote" <DennisC at harding.ca> writes:

> I tried building with the MinGW64 compiler and got a different link
> error at 64% of the build:
>
>  
>
> Linking CXX executable ../../bin/lli.exe
>
> ../../lib/libLLVMExecutionEngine.a(RTDyldMemoryManager.cpp.obj):RTDyldMemoryManager.cpp:(.text+0x8f):
> undefined reference to `__register_frame'
>
> collect2.exe: error: ld returned 1 exit status

This sounds familiar. I think that you are mixing object files or
libraries compiled with different exception handling methods
(SJLJ/Dwarf2)




More information about the cfe-dev mailing list