[LLVMdev] Files to lib/System/Win32

Jeff Cohen jeffc at jolt-lang.org
Wed Sep 15 11:09:58 PDT 2004


On Wed, 15 Sep 2004 19:59:01 +0200
"Henrik Bach" <henrik_bach_llvm at hotmail.com> wrote:

> >From: Jeff Cohen <jeffc at jolt-lang.org>
> >Date: Wed, 15 Sep 2004 10:35:36 -0700
> 
> >
> >What's a "compiling mesh?"
> 
> What I meant, was that there are some implicit defines in mingw (like __GCC) 
> and vcX (like _MVC) but possibly also other unsupported? internal 
> structures. As I stated earlier mingw should be win32 api compliant, but not 
> for complicating matters. But as stated earlier we should also use a true MS 
> VC compiler as true reference.

The stack tracing code requires the header files dbghelp.h and psapi.h. 
The SEH stuff is declared in windows.h; if your version has
SetUnhandledExceptionFilter and SetErrorMode you should be OK.




More information about the llvm-dev mailing list