File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1111// RUN: %target-swift-frontend %s -sdk %S/Inputs -I %S/Inputs/custom-modules -emit-ir -disable-autolink-framework LinkFramework -o %t/with-disabled.ll
1212// RUN: FileCheck --check-prefix=CHECK-WITH-DISABLED %s < %t/with-disabled.ll
1313
14+ // Linux uses a different autolinking mechanism, based on
15+ // swift-autolink-extract. This file tests the Darwin mechanism.
1416// UNSUPPORTED: OS=linux-gnu
17+ // UNSUPPORTED: OS=linux-gnueabihf
18+ // UNSUPPORTED: OS=freebsd
1519
1620import LinkMusket
1721import LinkFramework
Original file line number Diff line number Diff line change 44// RUN: llvm-objdump -macho -section="__LLVM,__bitcode" %t.o | FileCheck -check-prefix=MARKER %s
55// RUN: llvm-objdump -macho -section="__LLVM,__swift_cmdline" %t.o | FileCheck -check-prefix=MARKER-CMD %s
66
7+ // This file tests Mach-O file output, but Linux variants do not produce Mach-O
8+ // files.
79// UNSUPPORTED: OS=linux-gnu
10+ // UNSUPPORTED: OS=linux-gnueabihf
11+ // UNSUPPORTED: OS=freebsd
812
913// MARKER: Contents of (__LLVM,__bitcode) section
1014// MARKER-NEXT: 00
Original file line number Diff line number Diff line change 88
99// REQUIRES: swift_repl
1010// UNSUPPORTED: OS=linux-gnu
11+ // UNSUPPORTED: OS=linux-gnueabihf
12+ // UNSUPPORTED: OS=freebsd
1113
1214// This test checks that autolinking works in the REPL.
1315
Original file line number Diff line number Diff line change 2020// RUN: %target-swift-frontend -emit-ir -parse-stdlib -module-name someModule -module-link-name module %S/../Inputs/empty.swift -autolink-force-load | FileCheck --check-prefix=FORCE-LOAD %s
2121// RUN: %target-swift-frontend -emit-ir -parse-stdlib -module-name someModule -module-link-name 0module %S/../Inputs/empty.swift -autolink-force-load | FileCheck --check-prefix=FORCE-LOAD-HEX %s
2222
23+ // Linux uses a different autolinking mechanism, based on
24+ // swift-autolink-extract. This file tests the Darwin mechanism.
2325// UNSUPPORTED: OS=linux-gnu
26+ // UNSUPPORTED: OS=linux-gnueabihf
27+ // UNSUPPORTED: OS=freebsd
2428
2529import someModule
2630
You can’t perform that action at this time.
0 commit comments