[PATCH] D113652: [DebugInfo][test] Simplify/imporove a few tests using --impicit-check-not=DW_TAG. NFC

Kristina Bessonova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 00:42:26 PST 2021


krisb created this revision.
krisb added a reviewer: dblaikie.
krisb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch rewrites checks in a few debug info tests to avoid using
'CHECK-NOT: {{DW_TAG|NULL}}'. It proposes `--impicit-check-not=DW_TAG`
instead, as it makes the checks clearer, and easier to analyze and update.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113652

Files:
  llvm/test/DebugInfo/Generic/namespace.ll
  llvm/test/DebugInfo/X86/align_c11.ll
  llvm/test/DebugInfo/X86/align_cpp11.ll
  llvm/test/DebugInfo/X86/align_objc.ll
  llvm/test/DebugInfo/X86/gnu-public-names.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113652.386440.patch
Type: text/x-patch
Size: 24654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/f3a30bac/attachment-0001.bin>


More information about the llvm-commits mailing list