diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 13:00:48 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 13:00:48 +0000 |
| commit | 217ee5bf9262dce4f82ed256a58a3c581d3427c2 (patch) | |
| tree | 22b7a1a05192ff945fd2142f5a79458e4b780042 /llvm/test/Transforms/GCOVProfiling | |
| parent | ed7e1cbc4c995758ff6e07cbded04ae1bd174052 (diff) | |
| download | bcm5719-llvm-217ee5bf9262dce4f82ed256a58a3c581d3427c2.tar.gz bcm5719-llvm-217ee5bf9262dce4f82ed256a58a3c581d3427c2.zip | |
llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32.
llvm-svn: 221262
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling')
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/linezero.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linezero.ll b/llvm/test/Transforms/GCOVProfiling/linezero.ll index 3ffb1d6718f..50e026c2658 100644 --- a/llvm/test/Transforms/GCOVProfiling/linezero.ll +++ b/llvm/test/Transforms/GCOVProfiling/linezero.ll @@ -1,7 +1,6 @@ -; RUN: sed -e 's|PATTERN|%T|g' < %s > %t1 +; RUN: sed -e 's|PATTERN|%/T|g' < %s > %t1 ; RUN: opt -insert-gcov-profiling -disable-output < %t1 ; RUN: rm %T/linezero.gcno %t1 -; REQUIRES: shell ; This is a crash test. |

