Anders Waldenborg
423e630620
[python] Add some paths where to find test binary
...
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)
llvm-svn: 153174
2012-03-21 08:34:58 +00:00
Anders Waldenborg
67c13466ff
[python] Mark get_test_binary as not being a test
...
get_test_binary is a helper method, not a test, make sure nosetests
doesn't pick it up as a test.
llvm-svn: 153173
2012-03-21 08:18:19 +00:00
Gregory Szorc
4c739d029b
[llvm.py] Implement interface to object files
...
It is now possible to load object files and scan over sections, symbols,
and relocations! Includes test code with partial coverage.
llvm-svn: 152482
2012-03-10 04:41:24 +00:00