OSDN Git Service

Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
authorPaul Robinson <paul.robinson@sony.com>
Tue, 10 Jul 2018 14:41:54 +0000 (14:41 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 10 Jul 2018 14:41:54 +0000 (14:41 +0000)
commit4575d3492bd30ce52634e2701609313643d30c15
tree5f082720a64ba6b7b2ec4765cbfd2b0157e337ea
parent4b885003421faefb729ec1e177a1561320df02f7
Support -fdebug-prefix-map in llvm-mc.  This is useful to omit the
debug compilation dir when compiling assembly files with -g.
Part of PR38050.

Patch by Siddhartha Bagaria!

Differential Revision: https://reviews.llvm.org/D48988

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336680 91177308-0d34-0410-b5e6-96231b3b80d8
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 [new file with mode: 0644]
tools/llvm-mc/llvm-mc.cpp