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 1175f5b commit 9800c34Copy full SHA for 9800c34
clang/test/Interpreter/inline-virtual.cpp
@@ -1,6 +1,9 @@
1
// REQUIRES: host-supports-jit
2
// UNSUPPORTED: system-aix
3
//
4
+// This test is flaky with ASan: https://github.com/llvm/llvm-project/issues/135401
5
+// UNSUPPORTED: asan
6
+//
7
// We disable RTTI to avoid problems on Windows for non-RTTI builds of LLVM
8
// where the JIT cannot find ??_7type_info@@6B@.
9
// RUN: cat %s | clang-repl -Xcc -fno-rtti -Xcc -fno-sized-deallocation \
0 commit comments