[compiler-rt] r272316 - Fix win bot failure

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 14:52:25 PDT 2016


Author: davidxl
Date: Thu Jun  9 16:52:24 2016
New Revision: 272316

URL: http://llvm.org/viewvc/llvm-project?rev=272316&view=rev
Log:
Fix win bot failure

Modified:
    compiler-rt/trunk/test/profile/instrprof-basic.c

Modified: compiler-rt/trunk/test/profile/instrprof-basic.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-basic.c?rev=272316&r1=272315&r2=272316&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-basic.c (original)
+++ compiler-rt/trunk/test/profile/instrprof-basic.c Thu Jun  9 16:52:24 2016
@@ -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




More information about the llvm-commits mailing list