[PATCH] D44054: [DWARFv5] Emit file 0 to the line table.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 11:17:20 PDT 2018


dblaikie added a subscriber: aprantl.
dblaikie added a comment.

Yeah, before committing to any new asm syntax, worth a conversation on
llvm-dev with the usual crew & hopefully we can rope in some folks from GCC
or whatnot. It might even be worth discussing on dwarf-discuss, even though
it's not technically a dwarf issue. (& if you're feeling up for it - if
we're having conversations about assembly syntax extensions anyway, there's
a couple of others that might be nice - the ability to specify a CU for
line table entries (LLVM can produce multiple line tables with its
integrated assembler, for use with LTO and ThinLTO, but falls back to
producing a single line table when producing textual assembly) - and maybe
one day the address pool stuff we've talked about)


Repository:
  rL LLVM

https://reviews.llvm.org/D44054





More information about the llvm-commits mailing list