Re: ASN for MIPS with either clang or gcc

2016-11-19 Thread sagar . thakur
Hi Park, *Following are the steps for building LLVM and compiler-rt for target MIPS (Host=x86, Target=MIPS):* 1. Install prerequisites with "sudo apt-get install cmake ninja-build gcc-5-mipsel-linux-gnu g++-5-mipsel-linux-gnu gcc-5-multilib-mipsel-linux-gnu g++-5-multilib-mipsel-linux

Re: ASN for MIPS with either clang or gcc

2016-11-15 Thread sagar . thakur
Hi Park, Sorry for the delay. In order to run ASAN on mips, we always did a native build of compiler-rt on a real mips hardware. We never tried the cross build of compiler-rt. However, since you need the cross build, I will give it a try and get back to you as soon as I get success. Regards,