[LLVMdev] Files to lib/System/Win32

Jeff Cohen jeffc at jolt-lang.org
Wed Sep 15 10:44:08 PDT 2004


On Wed, 15 Sep 2004 12:56:40 -0500 (CDT)
Chris Lattner <sabre at nondot.org> wrote:

> On Wed, 15 Sep 2004, Jeff Cohen wrote:
> > Anyway, I avoided bleeding edge stuff like WOW64 for now. Still,
> > Signals.cpp is going to require some esoteric Structured Exception
> > Handling stuff and debug symbol table support.  Nothing that hasn't been
> > around for a while, but rarely used by the typical Windows programmer.
> 
> Note that you don't HAVE to implement the stack trace printer if you don't
> want to... that's just a debugging aid, which is purely optional.
> PrintStackTrace doesn't do anything on Unix systems without
> HAVE_BACKTRACE, so you don't have to do anything either.  Of course, if
> it's not hard to implement, it is a nice feature :)
> 
> -Chris

It's not hard in the sense that MSDN has sample code that does this. 
It's not much more than cut and paste.  But I could make it compile
conditionally so that it will compile only with Microsoft's compiler.




More information about the llvm-dev mailing list