From 758928e3b86e6a8dbef96dfb582b6cb71a586166 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 4 Feb 2021 18:02:02 -0800 Subject: [PATCH] [sanitizer] Fix the test on android --- .../sanitizer_common/TestCases/external_symbolizer_path.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp b/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp index fa12f4d5625e..118fdc9eada0 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp @@ -14,6 +14,9 @@ // RUN: %env_tool_opts=external_symbolizer_path=%d/external_symbolizer_path.cpp.tmp.bin/llvm-symbolizer \ // RUN: %run %t 2>&1 | FileCheck %s --check-prefix=NOT-FOUND +// Mobile device will not have symbolizer in provided path. +// UNSUPPORTED: ios, android + #include #include