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 8359513 commit ff39d59Copy full SHA for ff39d59
compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp
@@ -2,6 +2,9 @@
2
// in order to handle uninstrumented libraries
3
// UNSUPPORTED: target={{.*windows-msvc.*}}
4
5
+// FIXME: Fix this test under GCC.
6
+// REQUIRES: Clang
7
+
8
// Mimic a closed-source library compiled without ASan
9
// RUN: %clangxx_asan -fno-sanitize=address -DSHARED_LIB %s %fPIC -shared -o %t-so.so
10
0 commit comments