[all-commits] [llvm/llvm-project] 33af58: [DebugInfo][test] Simplify/improve a few tests usi...

chbessonova via All-commits all-commits at lists.llvm.org
Sat Nov 13 07:33:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33af58937bd2293e9fff44f4aa1a0cdd5cd9455e
      https://github.com/llvm/llvm-project/commit/33af58937bd2293e9fff44f4aa1a0cdd5cd9455e
  Author: Kristina Bessonova <kbessonova at accesssoftek.com>
  Date:   2021-11-13 (Sat, 13 Nov 2021)

  Changed paths:
    M llvm/test/DebugInfo/Generic/PR20038.ll
    M llvm/test/DebugInfo/Generic/namespace.ll
    M llvm/test/DebugInfo/X86/align_c11.ll
    M llvm/test/DebugInfo/X86/align_cpp11.ll
    M llvm/test/DebugInfo/X86/align_objc.ll
    M llvm/test/DebugInfo/X86/gnu-public-names.ll

  Log Message:
  -----------
  [DebugInfo][test] Simplify/improve a few tests using --impicit-check-not=DW_TAG. NFC

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.

Differential Revision: https://reviews.llvm.org/D113652




More information about the All-commits mailing list