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 2f7adf5 commit 3944d3dCopy full SHA for 3944d3d
compiler-rt/test/profile/Linux/counter_promo_for.c
@@ -2,7 +2,7 @@
2
// RUN: rm -fr %t.nopromo.prof
3
// RUN: %clang_pgogen=%t.promo.prof/ -o %t.promo.gen -O2 %s
4
// RUN: %clang_pgogen=%t.promo.prof/ -o %t.promo.gen.ll -emit-llvm -S -O2 %s
5
-// RUN: cp %t.promo.gen.ll /tmp/d.txt ; cat %t.promo.gen.ll | FileCheck --check-prefix=PROMO %s
+// RUN: cat %t.promo.gen.ll | FileCheck --check-prefix=PROMO %s
6
// RUN: %run %t.promo.gen
7
// RUN: llvm-profdata merge -o %t.promo.profdata %t.promo.prof/
8
// RUN: llvm-profdata show --counts --all-functions %t.promo.profdata > %t.promo.dump
0 commit comments