[llvm] r300193 - llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-escaped.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 04:40:33 PDT 2017


Author: chapuni
Date: Thu Apr 13 06:40:32 2017
New Revision: 300193

URL: http://llvm.org/viewvc/llvm-project?rev=300193&view=rev
Log:
llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-escaped.

Modified:
    llvm/trunk/test/BugPoint/compile-custom.ll

Modified: llvm/trunk/test/BugPoint/compile-custom.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/compile-custom.ll?rev=300193&r1=300192&r2=300193&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/compile-custom.ll (original)
+++ llvm/trunk/test/BugPoint/compile-custom.ll Thu Apr 13 06:40:32 2017
@@ -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




More information about the llvm-commits mailing list