Skip to content

Commit fd174f0

Browse files
committed
[clang-repl] Try to XFAIL testcase on arm32 without affecting arm64 darwin.
See discussion in 4f0325873faccfbe1.
1 parent 435609b commit fd174f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Interpreter/simple-exception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// clang-format off
22
// UNSUPPORTED: system-aix
33
// XFAIL for arm, or running on Windows.
4-
// XFAIL: target=arm-{{.*}}, system-windows
4+
// XFAIL: target=arm-{{.*}}, target=armv{{.*}}, 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)