[llvm-dev] [RFC] No longer look up bugpoint tools in PATH?
Adrian Prantl via llvm-dev
llvm-dev at lists.llvm.org
Fri Nov 30 16:33:16 PST 2018
> On Nov 30, 2018, at 6:27 AM, Brian Gesiak via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hello all,
>
> Earlier this week I sent up https://reviews.llvm.org/D54884 <https://reviews.llvm.org/D54884>, which changes how bugpoint finds executables it relies upon to reduce programs. Specifically:
>
> - Before: bugpoint would only look for 'opt' in the user's PATH
> - After: bugpoint looks for 'opt' in the user's PATH, and if it doesn't find it, looks for 'opt' in the same directory as the bugpoint executable
+1
I've never found this behavior helpful.
-- adrian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181130/a13b1adf/attachment.html>
More information about the llvm-dev
mailing list