[all-commits] [llvm/llvm-project] 9deb7e: [Debug-Info][NFC] add a wrapper for Die.addValue
Chen Zheng via All-commits
all-commits at lists.llvm.org
Fri May 7 00:24:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9deb7eeaf76c3285b72ce75d30fcade63b96e2dc
https://github.com/llvm/llvm-project/commit/9deb7eeaf76c3285b72ce75d30fcade63b96e2dc
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Log Message:
-----------
[Debug-Info][NFC] add a wrapper for Die.addValue
Add a new wrapper function addAttribute() for Die.addValue() function,
so we can do some attributes control in one single interface.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D101125
More information about the All-commits
mailing list