summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-basic.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-06-09 21:52:24 +0000
committerXinliang David Li <davidxl@google.com>2016-06-09 21:52:24 +0000
commit180059d601ada3d56fbcb26287b0d792791fe22f (patch)
tree45bb31b90ea2b20cc5f4e0ed549f5f370982a3ba /test/profile/instrprof-basic.c
parentc2cae067c1ca86ad2550b6518bb334ef3ec0c391 (diff)
Fix win bot failure
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@272316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-basic.c')
-rw-r--r--test/profile/instrprof-basic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/instrprof-basic.c b/test/profile/instrprof-basic.c
index 8ef34aa89..225f680c8 100644
--- a/test/profile/instrprof-basic.c
+++ b/test/profile/instrprof-basic.c
@@ -1,3 +1,4 @@
+// REQUIRES: shell
// RUN: %clang_profgen -o %t -O3 %s
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
// RUN: llvm-profdata merge -o %t.profdata %t.profraw