aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2020-01-14 13:37:04 -0800
committerAdrian Prantl <aprantl@apple.com>2020-01-17 12:55:40 -0800
commit7b30370e5bcf569fcdc15204d4c592163fd78cb3 (patch)
tree168710fa72ed2995b0069eda59a95465125efc88 /clang/lib/Frontend/CompilerInvocation.cpp
parentc17aee67f1007426fb12f4081183bb8ec5dc3d15 (diff)
downloadllvm-7b30370e5bcf569fcdc15204d4c592163fd78cb3.zip
llvm-7b30370e5bcf569fcdc15204d4c592163fd78cb3.tar.gz
llvm-7b30370e5bcf569fcdc15204d4c592163fd78cb3.tar.bz2
Move the sysroot attribute from DIModule to DICompileUnit
[this re-applies c0176916a4824812d25a5a22c4ff7c95857b0cd6 with the correct commit message and phabricator link] This addresses point 1 of PR44213. https://bugs.llvm.org/show_bug.cgi?id=44213 The DW_AT_LLVM_sysroot attribute is used for Clang module debug info, to allow LLDB to import a Clang module from source. Currently it is part of each DW_TAG_module, however, it is the same for all modules in a compile unit. It is more efficient and less ambiguous to store it once in the DW_TAG_compile_unit. This should have no effect on DWARF consumers other than LLDB. Differential Revision: https://reviews.llvm.org/D71732
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions