[all-commits] [llvm/llvm-project] 311ff2: [DwarfGenerator] Emit dwarf address section when d...
bzEq via All-commits
all-commits at lists.llvm.org
Thu Feb 9 19:18:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 311ff227b4327ed76156ce8691f56f8b8e12bf49
https://github.com/llvm/llvm-project/commit/311ff227b4327ed76156ce8691f56f8b8e12bf49
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Log Message:
-----------
[DwarfGenerator] Emit dwarf address section when dwarf version is not less than 4
Some targets (like AIX) might not feature dwarf address section due to low dwarf version. Check before emitting one.
Fixed DebugInfo unit test failures in https://lab.llvm.org/buildbot/#/builders/214/builds/5739.
Reviewed By: qiucf
Differential Revision: https://reviews.llvm.org/D143561
More information about the All-commits
mailing list