[clang-repl] The simple-exception test now passes on arm64-darwin.

This commit is contained in:
Lang Hames
2025-01-24 14:59:10 +11:00
parent a001cc0e6c
commit c9bc242e38

View File

@@ -1,7 +1,7 @@
// clang-format off
// UNSUPPORTED: system-aix
// XFAIL for arm and arm64, or running on Windows.
// XFAIL: target=arm{{.*}}, system-windows
// XFAIL for arm, or running on Windows.
// XFAIL: target=arm-{{.*}}, system-windows
// RUN: cat %s | clang-repl | FileCheck %s
// Incompatible with msan. It passes with -O3 but fail -Oz. Interpreter