Skip to content

Commit f87788f

Browse files
committed
tests: remove ld-add_ast_path feature
We don't support building Swift with linkers that don't support this feature. Swift SVN r27180
1 parent 189eb32 commit f87788f

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

test/DebugInfo/ASTSection.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
// UNSUPPORTED: OS=linux-gnu
1717

18-
// REQUIRES: ld-add_ast_path
19-
2018
// Test ASTSection_linker.swift builds this code
2119
// with separate compile and link steps.
2220

test/DebugInfo/ASTSection_linker.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
// RUN: %lldb-moduleimport-test %t/ASTSection.dylib | FileCheck %s
1616

1717
// REQUIRES: OS=macosx
18-
// REQUIRES: ld-add_ast_path
1918

2019
// CHECK: Loaded module ASTSection from
2120
// CHECK: - Target: {{.+}}-{{.+}}-{{.+}}

test/Driver/sdk-link.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
// RUN: %target-build-swift -g -o %t/sdk-link %s
55
// RUN: %target-run %t/sdk-link | FileCheck %s
66

7-
// XFAIL: linux
8-
9-
// REQUIRES: ld-add_ast_path
7+
// REQUIRES: objc_interop
108

119
import Foundation
1210

test/Driver/temp-files.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: ld-add_ast_path
1+
// REQUIRES: objc_interop
2+
// FIXME: actually, this test requires Mach-O.
23

34
// RUN: rm -rf %t && mkdir -p %t/tmp/ && touch %t/tmp/dummy
45
// RUN: env TMPDIR=%t/tmp/ %target-swiftc_driver -emit-executable %s -o %t/main

0 commit comments

Comments
 (0)