[PATCH] D55161: [test] Fix BugPoint/compile-custom.ll to use detected python exec

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 2 08:52:27 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL348095: [test] Fix BugPoint/compile-custom.ll to use detected python exec (authored by mgorny, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55161?vs=176252&id=176284#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55161/new/

https://reviews.llvm.org/D55161

Files:
  llvm/trunk/test/BugPoint/compile-custom.ll


Index: llvm/trunk/test/BugPoint/compile-custom.ll
===================================================================
--- llvm/trunk/test/BugPoint/compile-custom.ll
+++ llvm/trunk/test/BugPoint/compile-custom.ll
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55161.176284.patch
Type: text/x-patch
Size: 685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181202/affef51d/attachment.bin>


More information about the llvm-commits mailing list