[llvm-commits] [PATCH 3/5] [python] Add some paths where to find test binary

Gregory Szorc gregory.szorc at gmail.com
Tue Mar 20 22:18:30 PDT 2012


On Mon, Mar 19, 2012 at 1:25 PM, Anders Waldenborg <anders at 0x63.nu> wrote:

>
> Adds /usr/lib/debug/ early to list, as some systems (debian) have
> unstripped libs in there
> Adds /lib/i386-linux-gnu for systems that does multiarch (debian)
> ---
>  bindings/python/llvm/tests/base.py |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
>
This is trivial and can be committed.

FWIW, I intend to replace this hackery with something better. What, I don't
know exactly. We can either reference a binary elsewhere in LLVM's test
tree or we can write one using the Python bindings once they've matured to
the point they can do that. This is fine for now, though.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120320/758c5874/attachment.html>


More information about the llvm-commits mailing list