[compiler-rt] [memprof] Add flag to control profile dump at exit (PR #119452)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 12:56:15 PST 2024


================
@@ -0,0 +1,16 @@
+// RUN: %clangxx_memprof %s -o %t
+
+// RUN: %env_memprof_opts=print_text=true:log_path=stdout:dump_at_exit=false %run %t | count 0
----------------
snehasish wrote:

What is `count 0` here?

https://github.com/llvm/llvm-project/pull/119452


More information about the llvm-commits mailing list