File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# REQUIRES: x86
2
2
3
+ # Swift LLVM fork downstream change start
4
+ # Disable failing test
5
+ # XFAIL: *
6
+ # Swift LLVM fork downstream change end
7
+
3
8
# RUN: llvm-mc -triple=i686-windows-gnu %s -filetype=obj -o %t.obj
4
9
# RUN: lld-link -lldmingw -lldmap:%t.map -out:%t.exe -opt:ref -entry:main %t.obj -verbose 2>&1 | FileCheck %s
5
10
# RUN: FileCheck %s --check-prefix=MAP --input-file=%t.map
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ import os
8
8
if sys .byteorder == "big" :
9
9
config .unsupported = True
10
10
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
+
11
16
# We specify the most commonly-used archs and platform versions in our tests
12
17
# here. Tests which need different settings can just append to this, as only
13
18
# the last value will be used.
You can’t perform that action at this time.
0 commit comments