[PATCH] D49426: [DEBUG_INFO] fix .loc directives emitted for missing prologues

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 09:20:44 PDT 2018


probinson added a comment.

I wonder if we should experiment with making the line-table builder complain about a .loc that doesn't increment the address.  That would tell us whether these zero-length cases show up anywhere else.  Or, if we decide the assembler should handle it correctly, whether anything slips through.


https://reviews.llvm.org/D49426





More information about the llvm-commits mailing list