From 47375160d7ad3dd21e3aa3db594739d24debb8db Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Fri, 9 Dec 2022 11:52:47 -0800 Subject: [PATCH] [LLD] Convert a test to use 'target=...' instead of triple check Part of the project to eliminate special handling for triples in lit expressions. --- lld/test/MachO/invalid/stub-link.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/test/MachO/invalid/stub-link.s b/lld/test/MachO/invalid/stub-link.s index effdca7..dc07a96 100644 --- a/lld/test/MachO/invalid/stub-link.s +++ b/lld/test/MachO/invalid/stub-link.s @@ -1,7 +1,7 @@ ## FIXME: This test seems to be failing on some Google Mac buildbots for ## unclear reasons, so it's disabled for now. See D85404 for details. -# UNSUPPORTED: darwin -# REQUIRES: x86 +# UNSUPPORTED: target={{.*}}-darwin{{.*}} +# REQUIRES: target=x86{{.*}} # RUN: mkdir -p %t # -- 2.7.4