[PATCH] D59515: Prevent duplicate files in debug line header in dwarf 5.
Ali Tamur via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 14:28:50 PDT 2019
tamur marked 6 inline comments as done.
tamur added a comment.
I moved nfc changes to a separate patch.
================
Comment at: llvm/test/tools/llvm-objdump/X86/function-sections-line-numbers.s:33
.file 0 "/home/avl" "test.cpp" md5 0xefae234cc05b45384d782316d3a5d338
.file 1 "test.cpp" md5 0xefae234cc05b45384d782316d3a5d338
+ .loc 0 1 0 # test.cpp:1:0
----------------
probinson wrote:
> Curious why this `.file 1` is still present, it looks redundant now.
(sorry, it was an oversight)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59515/new/
https://reviews.llvm.org/D59515
More information about the llvm-commits
mailing list