[PATCH] D113741: [RFC][DwarfDebug][AsmPrinter] Support emitting function-local declaration for a lexical block

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 12:56:02 PST 2021


MaskRay added inline comments.


================
Comment at: llvm/test/DebugInfo/Generic/lexical_block_static.ll:1
+; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --implicit-check-not "{{DW_TAG|NULL}}" %s
+
----------------
Somewhat strange the patch introduced new tests with both `-` and `_` filename separators...

In most components of llvm, `-` is more popular though I can see directories where `_` is more popular.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113741/new/

https://reviews.llvm.org/D113741



More information about the llvm-commits mailing list