[llvm] 37277d8 - Modify gmlt.test to XFAIL on apple platforms correctly. (#90779)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 14:09:01 PDT 2024
Author: Shubham Sandeep Rastogi
Date: 2024-05-01T14:08:58-07:00
New Revision: 37277d8da8afd3291240a14a19193024065cf7ca
URL: https://github.com/llvm/llvm-project/commit/37277d8da8afd3291240a14a19193024065cf7ca
DIFF: https://github.com/llvm/llvm-project/commit/37277d8da8afd3291240a14a19193024065cf7ca.diff
LOG: Modify gmlt.test to XFAIL on apple platforms correctly. (#90779)
Added:
Modified:
llvm/test/DebugInfo/Generic/gmlt.test
Removed:
################################################################################
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