summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubham Sandeep Rastogi <srastogi22@apple.com>2024-05-01 14:08:58 -0700
committerGitHub <noreply@github.com>2024-05-01 14:08:58 -0700
commit37277d8da8afd3291240a14a19193024065cf7ca (patch)
tree718c51f0fbea3ea1a890fd76c5ee21ab78551ac6
parent3502d340c9276f1828da9db72f83e5e25b163b8b (diff)
Modify gmlt.test to XFAIL on apple platforms correctly. (#90779)
-rw-r--r--llvm/test/DebugInfo/Generic/gmlt.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/gmlt.test b/llvm/test/DebugInfo/Generic/gmlt.test
index 3cb3d9c14761..e808c13a04ea 100644
--- a/llvm/test/DebugInfo/Generic/gmlt.test
+++ b/llvm/test/DebugInfo/Generic/gmlt.test
@@ -1,4 +1,4 @@
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump -v - | FileCheck %S/../Inputs/gmlt.ll
; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
-; XFAIL: target={{.*}}-darwin{{.*}}
+; XFAIL: target={{.*}}-apple{{.*}}