[PATCH] D55740: Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-date.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 01:22:49 PST 2018


vitalybuka added inline comments.


================
Comment at: test/sanitizer_common/CMakeLists.txt:14
+# work don't generate configs for them.
+if (NOT (ANDROID OR WINDOWS))
+  foreach(SANITIZER_TOOL ${SUPPORTED_TOOLS_INIT})
----------------
we run sanitizer_common tests with asan on Android
I guess we have COMPILER_RT_HAS_UBSAN on android as well, but we don't sanitizer_common tests there


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55740/new/

https://reviews.llvm.org/D55740





More information about the llvm-commits mailing list