summaryrefslogtreecommitdiff
path: root/compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp')
-rw-r--r--compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp b/compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp
index a78969408a7f..c89620835039 100644
--- a/compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp
+++ b/compiler-rt/test/asan/TestCases/backtrace_symbols_interceptor.cpp
@@ -1,5 +1,9 @@
// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// Windows does not have execinfo.h. For now, be conservative and
+// restrict the test to glibc.
+// REQUIRES: glibc-2.27
+
// Test the backtrace_symbols() interceptor.
#include <assert.h>