[llvm] r212820 - llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test script, compile-custom.ll.py, for shebang-incapable hosts.
Adam Nemet
anemet at apple.com
Mon Jul 14 10:16:57 PDT 2014
This is great. Thanks, Takumi!
On Jul 11, 2014, at 7:44 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Fri Jul 11 09:44:10 2014
> New Revision: 212820
>
> URL: http://llvm.org/viewvc/llvm-project?rev=212820&view=rev
> Log:
> llvm/test/BugPoint/compile-custom.ll: Use explicit %python to invoke a test script, compile-custom.ll.py, for shebang-incapable hosts.
>
> 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=212820&r1=212819&r2=212820&view=diff
> ==============================================================================
> --- llvm/trunk/test/BugPoint/compile-custom.ll (original)
> +++ llvm/trunk/test/BugPoint/compile-custom.ll Fri Jul 11 09:44:10 2014
> @@ -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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list