]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300193 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/compile-custom.ll

index d152f08626f8bd8184da1ae1c64f6b4407e61074..847d1184f016b6360355f59527dc87de89da46bb 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