<div class="gmail_quote">On Mon, Mar 19, 2012 at 1:25 PM, Anders Waldenborg <span dir="ltr"><<a href="mailto:anders@0x63.nu">anders@0x63.nu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Adds /usr/lib/debug/ early to list, as some systems (debian) have unstripped libs in there<br>
Adds /lib/i386-linux-gnu for systems that does multiarch (debian)<br>
---<br>
 bindings/python/llvm/tests/base.py |    2 ++<br>
 1 files changed, 2 insertions(+), 0 deletions(-)<br>
<br>
</blockquote></div><br>This is trivial and can be committed.<br><br>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.<br>