[all-commits] [llvm/llvm-project] 1f48e2: [DebugInfo] Simplify DWARFUnit::determineStringOff...
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Tue Apr 21 22:17:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1f48e22df8027b6884b94981303d913e0c00f149
https://github.com/llvm/llvm-project/commit/1f48e22df8027b6884b94981303d913e0c00f149
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
Log Message:
-----------
[DebugInfo] Simplify DWARFUnit::determineStringOffsetsTableContribution(). NFC.
The method is called from only one place and the call is already guarded
by a condition which checks that IsDWO is false.
Differential Revision: https://reviews.llvm.org/D78482
More information about the All-commits
mailing list