[llvm-commits] [llvm] r144962 - in /llvm/trunk: lib/Transforms/Instrumentation/AddressSanitizer.cpp test/Instrumentation/AddressSanitizer/bug_11395.ll

Kostya Serebryany kcc at google.com
Mon Mar 12 10:58:10 PDT 2012


I've build llvm with --enable-targets=arm and ran 'make check'.
Only Instrumentation/AddressSanitizer/bug_11395.ll fails,
other AddressSanitizer tests don't (even though some of them have "target
triple").
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.
What is the best way to disable this test when running w/o x86 support?

Thanks,
--kcc


On Sat, Mar 10, 2012 at 9:08 AM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:

> > Could you please suggest how to configure LLVM to build ARM only?
> As usual:  --enable-targets=arm
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120312/02058843/attachment.html>


More information about the llvm-commits mailing list