[LLVMdev] ASAN tests on ARM

Evgeniy Stepanov eugenis at google.com
Fri Oct 3 06:42:03 PDT 2014


Hi,

this happens when x86 target is not compiled in. We really should (and
will) do something about it.

Btw, you've asked the same question a month ago :)  Sorry it has been
an issue for such a long time.


On Fri, Oct 3, 2014 at 5:16 PM, Renato Golin <renato.golin at linaro.org> wrote:
> Hi,
>
> I'm trying to run the ASAN tests on ARM (to fix the CMake RT bot we
> have) and I'm hitting a different bug on my Chomebook than I have on
> the bots:
>
> [6/32] Generating ASAN_INST_TEST_OBJECTS.asan_interface_test.cc.arm-inline.o
> ...
> clang-3.6: warning: argument unused during compilation: '-march=armv7-a'
> clang (LLVM option parsing): Unknown command line argument
> '-asan-instrument-assembly'.
> clang (LLVM option parsing): Did you mean '-asan-instrument-atomics'?
>
> Is that option unavailable on ARM? If so, shouldn't the tests for it
> be also disabled?
>
> cheers,
> --renato



More information about the llvm-dev mailing list