[all-commits] [llvm/llvm-project] 22d5bd: Allow remapping Clang module include paths
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri Mar 27 14:23:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22d5bd0e3b32530785bc7b5c0f32b32a1f907342
https://github.com/llvm/llvm-project/commit/22d5bd0e3b32530785bc7b5c0f32b32a1f907342
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/Modules/debug-info-moduleimport.m
Log Message:
-----------
Allow remapping Clang module include paths
in the debug info with -fdebug-prefix-map.
rdar://problem/55685132
This reapplies an earlier attempt to commit this without
modifications.
Differential Revision: https://reviews.llvm.org/D76385
Commit: 974fbd9b8145d351b7359e34e415581eda6e0b4d
https://github.com/llvm/llvm-project/commit/974fbd9b8145d351b7359e34e415581eda6e0b4d
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
Unbreak LLDB tests after 96023917e6f
by teaching LLDB to apply DW_AT_comp_dir to the DW_AT_LLVM_include path.
Compare: https://github.com/llvm/llvm-project/compare/5be9b8cbe2b2...974fbd9b8145
More information about the All-commits
mailing list