diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-09-09 18:34:43 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-09-09 18:34:43 +0000 |
| commit | db7f924c03204e790bf4c9ce130b8ecc59c2d53d (patch) | |
| tree | a4735c701f32038adf3a80159f1b2ebac07a1c39 /llvm | |
| parent | 3972f9e6df4ef35bd00df04efbed6806a9964cd6 (diff) | |
| download | bcm5719-llvm-db7f924c03204e790bf4c9ce130b8ecc59c2d53d.tar.gz bcm5719-llvm-db7f924c03204e790bf4c9ce130b8ecc59c2d53d.zip | |
[llvm-cov] Try to fix the native_separators.c test some more
It's still breaking this bot (though, it looks like it always had been):
http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015
This time, add quotes around llvm-{cov,config} so that lit won't expand
them.
Thanks to Reid for suggesting the patch!
llvm-svn: 281072
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/tools/llvm-cov/native_separators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/native_separators.c b/llvm/test/tools/llvm-cov/native_separators.c index 4636b1d2b90..44813aa1887 100644 --- a/llvm/test/tools/llvm-cov/native_separators.c +++ b/llvm/test/tools/llvm-cov/native_separators.c @@ -8,7 +8,7 @@ // RUN: llvm-profdata merge %S/Inputs/double_dots.proftext -o %t.profdata // RUN: llvm-cov show %S/Inputs/native_separators.covmapping -instr-profile=%t.profdata -o %t.dir // RUN: FileCheck -check-prefixes=TEXT-INDEX -input-file=%t.dir/index.txt %s -// RUN: llvm-cov show -format=html %S/Inputs/native_separators.covmapping -instr-profile=%t.profdata -filename-equivalence ../llvm-config/../llvm-cov/native_separators.c -o %t.dir +// RUN: llvm-cov show -format=html %S/Inputs/native_separators.covmapping -instr-profile=%t.profdata -filename-equivalence ../llvm-"config"/../llvm-"cov"/native_separators.c -o %t.dir // RUN: FileCheck -check-prefixes=HTML-INDEX -input-file=%t.dir/index.html %s // RUN: llvm-cov show -format=html %S/Inputs/native_separators.covmapping -instr-profile=%t.profdata -filename-equivalence %s -o %t.dir // RUN: FileCheck -check-prefixes=HTML -input-file=%t.dir/coverage/tmp/native_separators.c.html %s |

