search for: llvmunhandledexceptionfilt

Displaying 3 results from an estimated 3 matches for "llvmunhandledexceptionfilt".

2009 Oct 01
2
[LLVMdev] llvm build errors on windows/mingw32
Hi all, When I try to build llvm on windows/mingw32, I get the following error: In file included from c:/work/mingw/src/llvm/lib/System/Signals.cpp:33: c:/work/mingw/src/llvm/lib/System/Win32/Signals.inc: In function 'LONG LLVMUnhandledExceptionFilter(_EXCEPTION_POINTERS*)': c:/work/mingw/src/llvm/lib/System/Win32/Signals.inc:275: error: exception handling disabled, use -fexceptions to enable make[1]: *** [/c/work/mingw/src/build.llvm/lib/System/Release/Signals.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving direct...
2009 Oct 01
0
[LLVMdev] llvm build errors on windows/mingw32
...ijnacker <pijnacker at dse.nl>: > Hi all, > > When I try to build llvm on windows/mingw32, I get the following error: > > In file included from c:/work/mingw/src/llvm/lib/System/Signals.cpp:33: > c:/work/mingw/src/llvm/lib/System/Win32/Signals.inc: In function 'LONG > LLVMUnhandledExceptionFilter(_EXCEPTION_POINTERS*)': > c:/work/mingw/src/llvm/lib/System/Win32/Signals.inc:275: error: exception > handling disabled, use -fexceptions to enable > make[1]: *** [/c/work/mingw/src/build.llvm/lib/System/Release/Signals.o] > Error 1 > make[1]: *** Waiting for unfinished jobs......
2009 Apr 17
15
[LLVMdev] mingw build problems
I'm trying to cross-compile LLVM with build=, host=target=. I'm using the following packages from Debian lenny: mingw32 4.2.1.dfsg-1 mingw32-binutils 2.18.50-20080109-1 mingw32-runtime 3.13-1 The first problem I hit was when I configured with CC, CXX, AR and RANLIB set to mingw cross-tools, but forgot to specify NM as well. This resulted in a load of warnings that scrolled off the