Allow remapping the sysroot with -fdebug-prefix-map.
authorAdrian Prantl <aprantl@apple.com>
Wed, 18 Mar 2020 22:48:23 +0000 (15:48 -0700)
committerAdrian Prantl <aprantl@apple.com>
Fri, 20 Mar 2020 22:52:39 +0000 (15:52 -0700)
commit6725c4836a5b3c11227869a6f456019a244aa29f
tree60f43493b149f2f51cdeef39aae246c3222bf9eb
parente22fe98d059c37a605b85641f4ff8e285164ac3b
Allow remapping the sysroot with -fdebug-prefix-map.

<rdar://problem/55685132>

Differential Revision: https://reviews.llvm.org/D76393
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGen/debug-prefix-map.c
llvm/lib/DWARFLinker/DWARFLinker.cpp