Skip to content

Commit 6b6349a

Browse files
committed
Disable lld Mach-O tests in the Swift LLVM fork
1 parent e9c56d9 commit 6b6349a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

lld/test/COFF/gc-dwarf-eh.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# REQUIRES: x86
22

3+
# Swift LLVM fork downstream change start
4+
# Disable failing test
5+
# XFAIL: *
6+
# Swift LLVM fork downstream change end
7+
38
# RUN: llvm-mc -triple=i686-windows-gnu %s -filetype=obj -o %t.obj
49
# RUN: lld-link -lldmingw -lldmap:%t.map -out:%t.exe -opt:ref -entry:main %t.obj -verbose 2>&1 | FileCheck %s
510
# RUN: FileCheck %s --check-prefix=MAP --input-file=%t.map

lld/test/MachO/lit.local.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import os
88
if sys.byteorder == "big":
99
config.unsupported = True
1010

11+
# Swift LLVM fork downstream change start
12+
# The Swift LLVM fork of lld does not support linking Mach-O for userspace Darwin, let's disable Mach-O tests
13+
config.unsupported = True
14+
# Swift LLVM fork downstream change end
15+
1116
# We specify the most commonly-used archs and platform versions in our tests
1217
# here. Tests which need different settings can just append to this, as only
1318
# the last value will be used.

0 commit comments

Comments
 (0)