summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-value-prof-evict.test
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-07-19 22:12:00 +0000
committerXinliang David Li <davidxl@google.com>2016-07-19 22:12:00 +0000
commitc2512f9d99dd5effcfa1ba9790008a96ec8c36d1 (patch)
treedb44816e8b604830508a8db528b0e6752dfb6107 /test/profile/instrprof-value-prof-evict.test
parent2de41ffcdbfdfa203897d28def292f0cc93ab5e9 (diff)
[Profile] Test cleanup -- use new lit var for IR PGO tests /NFC
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-value-prof-evict.test')
-rw-r--r--test/profile/instrprof-value-prof-evict.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profile/instrprof-value-prof-evict.test b/test/profile/instrprof-value-prof-evict.test
index de82581e4..8b054fb24 100644
--- a/test/profile/instrprof-value-prof-evict.test
+++ b/test/profile/instrprof-value-prof-evict.test
@@ -4,13 +4,13 @@
// RUN: llvm-profdata show --all-functions -ic-targets %t.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c
// IR level instrumentation
-// RUN: %clang_profgen -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=10 -Xclang -fprofile-instrument=llvm -o %t.ir %S/Inputs/instrprof-value-prof-evict.c
+// RUN: %clang_pgogen -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=10 -o %t.ir %S/Inputs/instrprof-value-prof-evict.c
// RUN: env LLVM_PROFILE_FILE=%t.ir.profraw %run %t.ir
// RUN: llvm-profdata merge -o %t.ir.profdata %t.ir.profraw
// RUN: llvm-profdata show --all-functions -ic-targets %t.ir.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c
// IR level instrumentation, dynamic allocation
-// RUN: %clang_profgen -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -Xclang -fprofile-instrument=llvm -o %t.ir.dyn %S/Inputs/instrprof-value-prof-evict.c
+// RUN: %clang_pgogen -O2 -mllvm -disable-vp=false -mllvm -vp-static-alloc=false -o %t.ir.dyn %S/Inputs/instrprof-value-prof-evict.c
// RUN: env LLVM_PROFILE_FILE=%t.ir.dyn.profraw %run %t.ir.dyn
// RUN: llvm-profdata merge -o %t.ir.dyn.profdata %t.ir.dyn.profraw
// RUN: llvm-profdata show --all-functions -ic-targets %t.ir.dyn.profdata | FileCheck %S/Inputs/instrprof-value-prof-evict.c