[all-commits] [llvm/llvm-project] a58b20: [llvm] Rename DwarfFile to DWARFFile to fix ODR vi...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Oct 4 23:51:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a58b20e5a4fb64404cb62d2bb6a5e6dc40d22784
https://github.com/llvm/llvm-project/commit/a58b20e5a4fb64404cb62d2bb6a5e6dc40d22784
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinker.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.h
Log Message:
-----------
[llvm] Rename DwarfFile to DWARFFile to fix ODR violation (NFC)
Rename the DwarfFile class in DWARFLinker to DWARFFile. This is
consistent with the other DWARF classes and avoids a ODR violation with
the DwarfFile class in AsmPrinter.
More information about the All-commits
mailing list