Skip to content
  • David Blaikie's avatar
    DebugInfo: don't use location lists when the location covers the whole function anyway · ea2605dc
    David Blaikie authored
    Fix up three tests - one that was relying on abbreviation number,
    another relying on a location list in this case (& testing raw asm,
    changed that to use dwarfdump on the debug_info now that that's where
    the location is), and another which was added in r184368 - exposing a
    bug in that fix that is exposed when we emit the location inline rather
    than through a location list. Fix that bug while I'm here.
    
    llvm-svn: 184387
    ea2605dc
Loading