[all-commits] [llvm/llvm-project] 29d253: [Object] Add the method for checking if a section ...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Thu Apr 2 01:56:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 29d253c4c6879bfe57040c8c59b0d9d84f6e5e2f
https://github.com/llvm/llvm-project/commit/29d253c4c6879bfe57040c8c59b0d9d84f6e5e2f
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M llvm/include/llvm/Object/COFF.h
M llvm/include/llvm/Object/ELFObjectFile.h
M llvm/include/llvm/Object/MachO.h
M llvm/include/llvm/Object/ObjectFile.h
M llvm/lib/Object/COFFObjectFile.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Object/ObjectFile.cpp
Log Message:
-----------
[Object] Add the method for checking if a section is a debug section
Different file formats have different naming style for the debug
sections. The method is implemented for ELF, COFF and Mach-O formats.
Differential Revision: https://reviews.llvm.org/D76276
More information about the All-commits
mailing list