[llvm-commits] [llvm] r68964 - in /llvm/trunk: include/llvm/CodeGen/DwarfWriter.h include/llvm/Target/TargetAsmInfo.h lib/CodeGen/AsmPrinter/DwarfWriter.cpp lib/CodeGen/SelectionDAG/FastISel.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp lib/
Anton Korobeynikov
anton at korobeynikov.info
Mon Apr 13 10:38:10 PDT 2009
Hello, Devang
> Now debug_inlined section is covered by TAI->doesDwarfUsesInlineInfoSection(), which is false by default.
This is definitely redundant. Why don't set DwarfDebugInlineSection to
be NULL by default and emit this only if it is non-NULL. This will
definitely reduce amount of magic knobs in TAI :)
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list