summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-value-prof.test
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-02-28 00:54:28 +0000
committerXinliang David Li <davidxl@google.com>2016-02-28 00:54:28 +0000
commit531e54fc656430ee83e4553feea97af18a61402c (patch)
treee8a23c7c2684297fed48ee8019c154742ce7634d /test/profile/instrprof-value-prof.test
parent45428bcf3fd471fa72a927d605dd0621d267db0c (diff)
Test cleanups
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-value-prof.test')
-rw-r--r--test/profile/instrprof-value-prof.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-value-prof.test b/test/profile/instrprof-value-prof.test
index d033f9fba..7ebeff37b 100644
--- a/test/profile/instrprof-value-prof.test
+++ b/test/profile/instrprof-value-prof.test
@@ -1,4 +1,4 @@
-// RUN: %clang_profgen -O2 -fprofile-instr-generate -mllvm -enable-value-profiling=true -o %t %S/Inputs/instrprof-value-prof-real.c
+// RUN: %clang_profgen -O2 -mllvm -enable-value-profiling=true -o %t %S/Inputs/instrprof-value-prof-real.c
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
// RUN: llvm-profdata show --all-functions -ic-targets %t.profdata | FileCheck %S/Inputs/instrprof-value-prof-real.c