[PATCH] D37625: [DWARF] Incorrect prologue end line record.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 08:30:36 PDT 2017
aprantl added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1161
// Check if source location changes, but ignore DBG_VALUE and CFI locations.
- if (MI->isMetaInstruction())
+ // Check if source location changes, but ignore DBG_VALUE and CFI locations.
+ // If the instruction is part of the function frame setup code, do not emit
----------------
Duplicate line?
https://reviews.llvm.org/D37625
More information about the llvm-commits
mailing list