[llvm] Modify gmlt.test to XFAIL on apple platforms correctly. (PR #90779)
Shubham Sandeep Rastogi via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 14:06:41 PDT 2024
https://github.com/rastogishubham created https://github.com/llvm/llvm-project/pull/90779
None
>From ea93a6e0626e4ca9a020907b952b5a942107763d Mon Sep 17 00:00:00 2001
From: Shubham Sandeep Rastogi <srastogi22 at apple.com>
Date: Wed, 1 May 2024 14:03:52 -0700
Subject: [PATCH] Modify gmlt.test to XFAIL on apple platforms correctly.
---
llvm/test/DebugInfo/Generic/gmlt.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/test/DebugInfo/Generic/gmlt.test b/llvm/test/DebugInfo/Generic/gmlt.test
index 3cb3d9c14761c6..e808c13a04eaa5 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{{.*}}
More information about the llvm-commits
mailing list