[PATCH] D49169: Use debug-prefix-map for AT_NAME

Siddhartha Bagaria via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 01:05:59 PDT 2018


starsid created this revision.
starsid added a reviewer: dankm.
Herald added subscribers: llvm-commits, JDevlieghere, arichardson, emaste.
Herald added a reviewer: espindola.

AT_NAME was being emitted before the directory paths were remapped. This
ensures that all paths are remapped before anything is emitted.

An additional test case has been added.


Repository:
  rL LLVM

https://reviews.llvm.org/D49169

Files:
  include/llvm/MC/MCContext.h
  include/llvm/MC/MCDwarf.h
  lib/MC/MCContext.cpp
  lib/MC/MCDwarf.cpp
  lib/MC/MCObjectStreamer.cpp
  test/MC/ELF/debug-prefix-map.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49169.154941.patch
Type: text/x-patch
Size: 4848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/23e98c04/attachment.bin>


More information about the llvm-commits mailing list