We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244b230 commit 04acac2Copy full SHA for 04acac2
compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp
@@ -1,6 +1,6 @@
1
// Test to demonstrate compile-time disabling of container-overflow checks
2
// in order to handle uninstrumented libraries
3
-// UNSUPPORTED: target={{.*windows-msvc.*}}
+// UNSUPPORTED: target={{.*windows-.*}}
4
5
// Mimic a closed-source library compiled without ASan
6
// RUN: %clangxx_asan -fno-sanitize=address -DSHARED_LIB %s %fPIC -shared -o %t-so.so
0 commit comments