[PATCH] [RFC] Compiler-RT on ARM via CMake
Alexey Samsonov
samsonov at google.com
Thu Jan 30 04:49:22 PST 2014
Did you actually upload the new version? I don't see it in Phab.
The message about detect_leaks is irrelevant here, it's just a warning. However, we should probably turn on leak checking in ASan unit tests only on supported platforms to reduce noise. See compiler-rt/lib/asan/lit_tests/Unit/lit.site.cfg.in. However, you may not bother about it at the moment.
Can you invoke the test cases directly (run the unit test binary with specifying --gtest_filter=AddressSanitizer.ThreadedMallocStressTest) and see what the problem is? These tests have substantial memory requirements, so maybe there's just not enough RAM on your machine. I think we have ASAN_LOW_MEMORY in ASan runtime compile definition for that.
http://llvm-reviews.chandlerc.com/D2604
More information about the llvm-commits
mailing list