[all-commits] [llvm/llvm-project] 01fc85: ParseXcodeSDK: Register both the CU module and the...

adrian-prantl via All-commits all-commits at lists.llvm.org
Wed May 6 16:46:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 01fc85dc9618394868b795c5087d9da03df9c58b
      https://github.com/llvm/llvm-project/commit/01fc85dc9618394868b795c5087d9da03df9c58b
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-05-06 (Wed, 06 May 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    M lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp

  Log Message:
  -----------
  ParseXcodeSDK: Register both the CU module and the SymbolFile module.

For Swift LLDB (but potentially also for module support in Clang-land)
we need a way to accumulate the path remappings produced by
Module::RegisterXcodeSDK(). In order to make this work for
SymbolFileDebugMaps, registering the search path remapping with both
modules is necessary.

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

<rdar://problem/62750529>




More information about the All-commits mailing list