From 4aae21ea76b1e78caab4821572139fa086e79145 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 13 Apr 2017 11:40:32 +0000 Subject: [PATCH] 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 --- test/BugPoint/compile-custom.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1