Skip to content

Commit b3809e3

Browse files
Disable tests that is broken due to temporary reverts
Disable clang/test/Interpreter/inline-virtual.cpp which has memory corruption due to reverting https://reviews.llvm.org/D148997 and commits that depend on it.
1 parent 62493b0 commit b3809e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/Interpreter/inline-virtual.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: host-supports-jit
2-
// UNSUPPORTED: system-aix
2+
/// rdar://113406310
3+
// UNSUPPORTED: system-aix || true
34
//
45
// We disable RTTI to avoid problems on Windows for non-RTTI builds of LLVM
56
// where the JIT cannot find ??_7type_info@@6B@.

0 commit comments

Comments
 (0)