This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by mgorny on Dec 1 2018, 6:02 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Dec 1 2018, 6:02 AM
krytarowski accepted this revision.Dec 1 2018, 6:15 AM
This revision is now accepted and ready to land.Dec 1 2018, 6:15 AM
This revision was automatically updated to reflect the committed changes.