[all-commits] [llvm/llvm-project] 85c2e4: [lldb][NFC] Factor out code linking OSO addr of un...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Jul 13 05:27:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85c2e420c87c20af6a7e1699a7317d8adc51b5ff
https://github.com/llvm/llvm-project/commit/85c2e420c87c20af6a7e1699a7317d8adc51b5ff
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[lldb][NFC] Factor out code linking OSO addr of uninitialized GVs
This code was introduced in 2fc93eabf7e132abd51d0ea0ad599beb3fa44334.
In order to improve readability of ParseVariableDIE, we move this code into a
helper function. The issue this code attempted to address was fixed between
Clangs 9 and 11; as such, if we ever want to delete this code, it is a lot
easier to do so after the refactor.
Differential Revision: https://reviews.llvm.org/D155100
More information about the All-commits
mailing list