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
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
On 3 October 2014 14:42, Evgeniy Stepanov <eugenis at google.com> wrote:> 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.No worries, I also haven't done much. But I need to get the RT bot green soon enough. Is that a CMake issue? Or a lit issues? --renato