[LLVMdev] Files to lib/System/Win32

Chris Lattner sabre at nondot.org
Wed Sep 15 10:56:40 PDT 2004


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

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-dev mailing list