<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 23 January 2014 08:59, Alexey Samsonov <span dir="ltr"><<a href="mailto:samsonov@google.com" target="_blank">samsonov@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">DId you do this locally? I can't see a commit.</blockquote><div><br></div><div>Locally, yes.</div><div><br></div><div>
<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">1) Specify arm_SOURCES and add "arm" to this loop in<br></blockquote><div><br></div><div>I did this...</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2) Make sure CAN_TARGET_arm is properly defined in<br>
compiler-rt/CMakeLists.txt. See test_target_arch function<br>
and places where it's called.</blockquote><div><br></div><div>But not this... Ok, I can now see errors in the cmake invocation, which hints me I'm in the right direction.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Note that at the moment the CMake build<br>
uses host compiler (not just-built Clang) to<br>
build compiler-rt libraries, so building compiler-rt targeting arm on<br>
x86_64 host might be a problem.<br></blockquote><div><br></div><div>Right, I'll keep that in mind when I get there, thanks!</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><span style="color:rgb(34,34,34)">We run AddressSanitizer tests on arm-android. Probably it should work</span><br></div>
fine on ARM+Linux, but we don't have a buildbot<br>
or continuous testing for that (and you'd have to add support for<br>
building sanitizers on ARM Linux in a similar way).<br></blockquote><div></div></div><br></div><div class="gmail_extra">My end goal is to have a buildbot with both compiler-rt and libc++/libc++abi for ARM+Linux, but that might not come until much later.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Thanks for the references, I'll keep breaking it until it works. ;)</div><div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">
--renato</div></div>