[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 13:06:59 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:
Ah count is a utility we bundle with LLVM for testing. TIL.
https://github.com/llvm/llvm-project/pull/119452
More information about the llvm-commits
mailing list