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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 00:52:32 PDT 2020


djtodoro marked an inline comment as done.
djtodoro 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)":
----------------
jroelofs wrote:
> @djtodoro This `CHECK-NOT` doesn't do anything, since it's missing the ':' after it. Mind taking a look?
@jroelofs Thanks a lot! Fixed with the 67d0e2160c4d.


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