[all-commits] [llvm/llvm-project] 395124: NVPTX: Don't insert an extra empty line at the end...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Nov 8 15:16:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3951245c38ce2bcb4173a99d00278d704fcdeac1
https://github.com/llvm/llvm-project/commit/3951245c38ce2bcb4173a99d00278d704fcdeac1
Author: David Blaikie <dblaikie at gmail.com>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/test/DebugInfo/NVPTX/cu-range-hole.ll
M llvm/test/DebugInfo/NVPTX/debug-addr-class.ll
M llvm/test/DebugInfo/NVPTX/debug-file-loc.ll
M llvm/test/DebugInfo/NVPTX/debug-info.ll
M llvm/test/DebugInfo/NVPTX/debug-loc-offset.ll
Log Message:
-----------
NVPTX: Don't insert an extra empty line at the end of the last section.
This was arbitrarily appearing in only the last section emitted - which
made tests more sensitive than they needed to be (removing the last
section - like the macinfo section change that's coming after this)
would, surprisingly, move the blank line to the previous section.
More information about the All-commits
mailing list