[PATCH] D77789: [llvm-dwarfdump][Stats] Clean up

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 14:08:43 PDT 2020


jroelofs added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/statistics.ll:47
+; CHECK-NOT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":0
+; CHECK-NOT "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":[[BYTES]]
+; CHECK: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":
----------------
@djtodoro This `CHECK-NOT` doesn't do anything, since it's missing the ':' after it. Mind taking a look?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77789





More information about the llvm-commits mailing list