[PATCH] [ASan] Fixed path to Android bin directory

Renato Golin renato.golin at linaro.org
Fri Oct 11 02:06:13 PDT 2013


On 11 October 2013 10:02, Renato Golin <renato.golin at linaro.org> wrote:

> which would imply that the "/bin" should be passed. And since
> "/usr/lib/gcc" is there the libraries live, not the binaries, I think that
> part of the manual is just wrong. Possibly copy&paste error?
>

Ok, I think we both got it wrong, Greg. Evgeniy is right.

This is not the path for other toolchain binaries, but
binaries/libraries/headers for the compiler itself (like lto-wrapper for
gcc).

So, what you want is to change the binary discovery mechanism when looking
for the android toolchain.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131011/2e6b31ea/attachment.html>


More information about the llvm-commits mailing list