[llvm-commits] [llvm] r102127 - in /llvm/trunk: lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/CodeGen/AsmPrinter/DwarfDebug.h test/DebugInfo/2010-04-22-range.ll
Anton Korobeynikov
anton at korobeynikov.info
Thu Apr 22 13:59:21 PDT 2010
Hello, Devang
> Adjust debug range offsets for isWeakForLinker() functions.
This seems fragile...
1. So far we're switching stuff only for linkonce functions, not for
weak, so check isWeakForLinker() looks a bit too "wide"
2. What will be if the function has explicit section set on it?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list