mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Formatting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221095 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67177d320d
commit
e8e0fcf1f3
@ -2043,7 +2043,7 @@ void DwarfDebug::emitDebugRanges() {
|
||||
void DwarfDebug::initSkeletonUnit(const DwarfUnit &U, DIE &Die,
|
||||
std::unique_ptr<DwarfUnit> NewU) {
|
||||
NewU->addString(Die, dwarf::DW_AT_GNU_dwo_name,
|
||||
U.getCUNode().getSplitDebugFilename());
|
||||
U.getCUNode().getSplitDebugFilename());
|
||||
|
||||
if (!CompilationDir.empty())
|
||||
NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user