[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 15:52:01 PDT 2010


>> 1. So far we're switching stuff only for linkonce functions, not for
>> weak, so check isWeakForLinker() looks a bit too "wide"
>
> What would be an appropriate check for it then ?
Hrm... In theory we should somehow check the section of the function
in question and compare it with TextSection. And do different things
depending on whether these two sections coincide or not. Am I right?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list