From: NAKAMURA Takumi Date: Thu, 13 Apr 2017 11:40:32 +0000 (+0000) Subject: llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-escaped. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aae21ea76b1e78caab4821572139fa086e79145;p=llvm llvm/test/BugPoint/compile-custom.ll: Use %/s for its path not to be mis-escaped. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300193 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/BugPoint/compile-custom.ll b/test/BugPoint/compile-custom.ll index d152f08626f..847d1184f01 100644 --- a/test/BugPoint/compile-custom.ll +++ b/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