[LLVMdev] OCaml and Exceptions

Aaron Gray angray at beeb.net
Sun Nov 25 14:28:30 PST 2007


> I'm not quite sure I understand this (I don't even know what DWARF EH is!) 
> but
> are "cleanup blocks" the construct that I would be using to build 
> exception
> handlers?

DWARF 2 is is the debug information format that goes with ELF, part of TIS 
(the Tool Interface Standard) :-

        http://www.x86.org/ftp/manuals/tools/dwarf.pdf
        http://www.x86.org/ftp/manuals/tools/elf.pdf

EH is Exception Handling :)

Aaron




More information about the llvm-dev mailing list