[llvm-commits] [llvm] r49006 - in /llvm/trunk/lib: CodeGen/DwarfWriter.cpp CodeGen/LLVMTargetMachine.cpp CodeGen/SelectionDAG/SelectionDAGISel.cpp Target/PowerPC/PPCAsmPrinter.cpp Target/PowerPC/PPCRegisterInfo.cpp Target/X86/X86AsmPrinter.cpp Target/X86/X86RegisterInfo.cpp Transforms/Utils/LowerInvoke.cpp

Dale Johannesen dalej at apple.com
Tue Apr 1 14:44:59 PDT 2008



On Apr 1, 2008, at 4:49 AM, Duncan Sands wrote:

>  the dwarf info has two parts related to
> exception handling: the eh table, and frame moves info.  If
> a function is nounwind then there is no need to generate the
> frame moves info.  If a function has no invokes then there
> is no need to generate the eh table.

So in the testcase CodeGen/X86/2007-09-17-ObjcFrameEH.ll,
there is no need to generate the .eh symbol the test is looking
for.  Is that right?




More information about the llvm-commits mailing list