diff options
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc index 666f7201e61..f6a45e9aac4 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc @@ -1,5 +1,6 @@ // RUN: %clangxx -O0 %s -o %t // RUN: %env_tool_opts=strip_path_prefix=/TestCases/ %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: i386-apple // // Tests __sanitizer_symbolize_pc. #include <stdio.h> |