I've build llvm with --enable-targets=arm and ran 'make check'.<br><div>Only Instrumentation/AddressSanitizer/bug_11395.ll fails, other AddressSanitizer tests don't (even though some of them have "target triple"). </div>
<div>This test has inline x86 assembly and it checks for a workaround in the x86 reg allocator, so it can not be made arm-compatible. </div><div>What is the best way to disable this test when running w/o x86 support? </div>
<div><br></div><div>Thanks, </div><div>--kcc </div><div><br></div><div><br><div class="gmail_quote">On Sat, Mar 10, 2012 at 9:08 AM, Anton Korobeynikov <span dir="ltr"><<a href="mailto:anton@korobeynikov.info">anton@korobeynikov.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Could you please suggest how to configure LLVM to build ARM only?<br>
</div>As usual:  --enable-targets=arm<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
With best regards, Anton Korobeynikov<br>
Faculty of Mathematics and Mechanics, Saint Petersburg State University<br>
</div></div></blockquote></div><br></div>