forked from OSchip/llvm-project
[test] Fix BugPoint/compile-custom.ll to use detected python exec
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
This commit is contained in:
parent
e8e4f09add
commit
fe71df5747
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue