[all-commits] [llvm/llvm-project] 6c1740: Add dsymutil dwarf5 tests for darwin
Shubham Sandeep Rastogi via All-commits
all-commits at lists.llvm.org
Thu Jun 15 09:53:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c1740f462809b44ae7a312fc44642d3cb8cea61
https://github.com/llvm/llvm-project/commit/6c1740f462809b44ae7a312fc44642d3cb8cea61
Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M llvm/test/tools/dsymutil/ARM/dummy-debug-map-amr64.map
A llvm/test/tools/dsymutil/ARM/dwarf5-dwarf4-combination-macho.test
A llvm/test/tools/dsymutil/ARM/dwarf5-macho.test
A llvm/test/tools/dsymutil/Inputs/DWARF5-DWARF4-combination/1.o
A llvm/test/tools/dsymutil/Inputs/DWARF5-DWARF4-combination/2.o
A llvm/test/tools/dsymutil/Inputs/DWARF5/1.o
Log Message:
-----------
Add dsymutil dwarf5 tests for darwin
The first test, dwarf5-macho.test checks to make sure that dsymutil
generates the correct headers and sections for a macho binary with
DWARF v5 in it.
The second test, dwarf5-dwarf4-combination-macho.test checks that
dsymutil generates the correct headers and sections for a macho binary
with which was linked with one object file with DWARF v4 and the other
with DWARF v5 in it.
Differential Revision: https://reviews.llvm.org/D151932
More information about the All-commits
mailing list