| commit | b8aae5405b968753461082c0d78308b91f113256 | [log] [tgz] |
|---|---|---|
| author | Greg Fitzgerald <gregf@codeaurora.org> | Wed Apr 30 21:34:17 2014 +0000 |
| committer | Greg Fitzgerald <gregf@codeaurora.org> | Wed Apr 30 21:34:17 2014 +0000 |
| tree | f97c6b6b5a432a27d5e562e4f125e047d514d330 | |
| parent | 414b6fb1701e321354bdccade60dd36c5ba62e4a [diff] [blame] |
Add %run to all lit tests llvm-svn: 207709
diff --git a/compiler-rt/test/tsan/ignore_race.cc b/compiler-rt/test/tsan/ignore_race.cc index 23d74d0..c6e067f 100644 --- a/compiler-rt/test/tsan/ignore_race.cc +++ b/compiler-rt/test/tsan/ignore_race.cc
@@ -1,4 +1,4 @@ -// RUN: %clang_tsan -O1 %s -o %t && %t 2>&1 | FileCheck %s +// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s #include <pthread.h> #include <stdio.h> #include <unistd.h>