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 a001cc0 commit c9bc242Copy full SHA for c9bc242
clang/test/Interpreter/simple-exception.cpp
@@ -1,7 +1,7 @@
1
// clang-format off
2
// UNSUPPORTED: system-aix
3
-// XFAIL for arm and arm64, or running on Windows.
4
-// XFAIL: target=arm{{.*}}, system-windows
+// XFAIL for arm, or running on Windows.
+// XFAIL: target=arm-{{.*}}, system-windows
5
// RUN: cat %s | clang-repl | FileCheck %s
6
7
// Incompatible with msan. It passes with -O3 but fail -Oz. Interpreter
0 commit comments