diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-04-13 11:40:32 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-04-13 11:40:32 +0000 |
| commit | 9763a3249f89c8e2e2cbd0ec23e5cca90ef8d436 (patch) | |
| tree | a989841d2865f62cb10304226374fc7acaf828a9 /llvm | |
| parent | 4dc4bc4e3c8c6fcfadfe896419a443534a1a0cc8 (diff) | |
| download | bcm5719-llvm-9763a3249f89c8e2e2cbd0ec23e5cca90ef8d436.tar.gz bcm5719-llvm-9763a3249f89c8e2e2cbd0ec23e5cca90ef8d436.zip | |
llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-escaped.
llvm-svn: 300193
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/BugPoint/compile-custom.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/compile-custom.ll b/llvm/test/BugPoint/compile-custom.ll index d152f08626f..847d1184f01 100644 --- a/llvm/test/BugPoint/compile-custom.ll +++ b/llvm/test/BugPoint/compile-custom.ll @@ -1,4 +1,4 @@ -; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%python %s.py arg1 arg2" --output-prefix %t %s | FileCheck %s +; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%python %/s.py arg1 arg2" --output-prefix %t %s | FileCheck %s ; REQUIRES: loadable_module ; Test that arguments are correctly passed in --compile-command. The output |

