[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 11:54:18 PDT 2012


Got it. Should be fixed by r152567.

--kcc

On Mon, Mar 12, 2012 at 11:03 AM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:

> > 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?
> You can do stuff like other tests do - create subdir X86 which would
> be enabled on X86 only. Look around, there are plenty of examples of
> such behavior inside test/*
>
> --
> 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/e3384fa3/attachment.html>


More information about the llvm-commits mailing list