llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-escaped.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 13 Apr 2017 11:40:32 +0000 (11:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 13 Apr 2017 11:40:32 +0000 (11:40 +0000)
llvm-svn: 300193

llvm/test/BugPoint/compile-custom.ll

index d152f08..847d118 100644 (file)
@@ -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