Skip to content

Commit c9bc242

Browse files
committed
[clang-repl] The simple-exception test now passes on arm64-darwin.
1 parent a001cc0 commit c9bc242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Interpreter/simple-exception.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// clang-format off
22
// UNSUPPORTED: system-aix
3-
// XFAIL for arm and arm64, or running on Windows.
4-
// XFAIL: target=arm{{.*}}, system-windows
3+
// XFAIL for arm, or running on Windows.
4+
// XFAIL: target=arm-{{.*}}, system-windows
55
// RUN: cat %s | clang-repl | FileCheck %s
66

77
// Incompatible with msan. It passes with -O3 but fail -Oz. Interpreter

0 commit comments

Comments
 (0)