[LLVMdev] debugloc metadata variation

David Blaikie dblaikie at gmail.com
Wed Oct 22 16:57:39 PDT 2014


Just working on some of the gmlt+fission debug info stuff and I came across
a comment that might be relevant to reducing the number of distinct
debugloc metadata nodes:

"or some sub-optimal metadata that
  // isn't structurally identical (see: file path/name info from clang,
which
  // includes the directory of the cpp file being built, even when the file
name
  // is absolute (such as an <> lookup header)))"

Seems that the file path/name isn't well canonicalized so as to allow
metadata level merging when linking. Might be helpful to figure out that
issue at some point.

- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141022/5d168c4f/attachment.html>


More information about the llvm-dev mailing list