File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
// RUN: %swift-ide-test -test-CompilerInvocation-from-module -source-filename=%t/ASTSection.swiftmodule
8
8
9
9
// Test the inline section mechanism.
10
- // RUN: ld %t/ASTSection.o -sectcreate __SWIFT __ast %t/ASTSection.swiftmodule -o %t/ASTSection.dylib -L%platform-module-dir -dylib -lSystem
10
+ // RUN: %target- ld %t/ASTSection.o -sectcreate __SWIFT __ast %t/ASTSection.swiftmodule -o %t/ASTSection.dylib -dylib -lSystem
11
11
// RUN: %lldb-moduleimport-test %t/ASTSection.dylib | FileCheck %s
12
12
13
13
// Test the symbol table entry.
14
- // RUN: ld %t/ASTSection.o -add_ast_path %t/ASTSection.swiftmodule -o %t/ASTSection.dylib -L%platform-module-dir -dylib -lSystem
14
+ // RUN: %target- ld %t/ASTSection.o -add_ast_path %t/ASTSection.swiftmodule -o %t/ASTSection.dylib -dylib -lSystem
15
15
// RUN: %lldb-moduleimport-test %t/ASTSection.dylib | FileCheck %s
16
16
17
17
// REQUIRES: OS=macosx
You can’t perform that action at this time.
0 commit comments