[llvm-commits] [llvm] r144962 - in /llvm/trunk: lib/Transforms/Instrumentation/AddressSanitizer.cpp test/Instrumentation/AddressSanitizer/bug_11395.ll
Anton Korobeynikov
anton at korobeynikov.info
Mon Mar 12 11:03:29 PDT 2012
> 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
More information about the llvm-commits
mailing list