We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abf28d commit 7ec611dCopy full SHA for 7ec611d
compiler-rt/test/memprof/TestCases/memprof_histogram_uint8.cpp
@@ -3,8 +3,7 @@
3
// aggregating counts across multiple objects are 64b.
4
5
// RUN: %clangxx_memprof -O0 -mllvm -memprof-histogram -mllvm -memprof-use-callbacks=true %s -o %t
6
-// RUN: %env_memprof_opts=print_text=1:histogram=1:log_path=stdout %run %t 2>&1 > /tmp/test.log
7
-// RUN: cat /tmp/test.log | FileCheck %s
+// RUN: %env_memprof_opts=print_text=1:histogram=1:log_path=stdout %run %t 2>&1 | FileCheck %s
8
9
#include <stdio.h>
10
#include <stdlib.h>
0 commit comments