[sanitizer] Fix the test on android

This commit is contained in:
Vitaly Buka 2021-02-04 18:02:02 -08:00
parent 56fa34ae35
commit 758928e3b8
1 changed files with 3 additions and 0 deletions

View File

@ -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 <sanitizer/common_interface_defs.h>
#include <stdio.h>