[compiler-rt] 758928e - [sanitizer] Fix the test on android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 18:02:56 PST 2021


Author: Vitaly Buka
Date: 2021-02-04T18:02:02-08:00
New Revision: 758928e3b86e6a8dbef96dfb582b6cb71a586166

URL: https://github.com/llvm/llvm-project/commit/758928e3b86e6a8dbef96dfb582b6cb71a586166
DIFF: https://github.com/llvm/llvm-project/commit/758928e3b86e6a8dbef96dfb582b6cb71a586166.diff

LOG: [sanitizer] Fix the test on android

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp

Removed: 
    


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


        


More information about the llvm-commits mailing list