[test] Fix BugPoint/compile-custom.ll to use detected python exec
authorMichal Gorny <mgorny@gentoo.org>
Sun, 2 Dec 2018 16:49:23 +0000 (16:49 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Sun, 2 Dec 2018 16:49:23 +0000 (16:49 +0000)
Spawn the custom compile command in BugPoint/compile-custom.ll via
%python rather than relying on implicit 'env python' shebang, in order
to fix it on systems that don't have 'python' executable such as NetBSD.

Differential Revision: https://reviews.llvm.org/D55161

llvm-svn: 348095

llvm/test/BugPoint/compile-custom.ll

index cb82a01..0044709 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%/s.py arg1 arg2" --opt-command opt --output-prefix %t %s | FileCheck %s
+; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%python %/s.py arg1 arg2" --opt-command opt --output-prefix %t %s | FileCheck %s
 ; REQUIRES: loadable_module
 
 ; Test that arguments are correctly passed in --compile-command.  The output