From: NAKAMURA Takumi Date: Fri, 11 Jul 2014 14:44:10 +0000 (+0000) Subject: llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test script... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=767ee965343ba5c8297a010afc19c31d946bb3be;p=platform%2Fupstream%2Fllvm.git llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test script, compile-custom.ll.py, for shebang-incapable hosts. llvm-svn: 212820 --- diff --git a/llvm/test/BugPoint/compile-custom.ll b/llvm/test/BugPoint/compile-custom.ll index e9016ff..d152f08 100755 --- a/llvm/test/BugPoint/compile-custom.ll +++ b/llvm/test/BugPoint/compile-custom.ll @@ -1,4 +1,4 @@ -; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%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