File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// RUN: %empty-directory(%t)
4
4
5
- // RUN: %target-swift-frontend -runtime-compatibility-version none - c -Xcc -DA -Xcc -DB -emit-module -o %t %S/ASTSection.swift -swift-version 4
5
+ // RUN: %target-swift-frontend -c -Xcc -DA -Xcc -DB -emit-module -o %t %S/ASTSection.swift -swift-version 4
6
6
// RUN: %swift-ide-test -test-CompilerInvocation-from-module -source-filename=%t/ASTSection.swiftmodule
7
7
8
8
// Test the inline section mechanism.
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-clang %s -std=c++11 -isysroot %sdk -o %t/main
3
3
// RUN: %target-codesign %t/main
4
- // RUN: %target-swift-frontend -runtime-compatibility-version none - c %S/Inputs/entry-point-section/main.swift -O -o %t/howdy.o -module-name Howdy
4
+ // RUN: %target-swift-frontend -c %S/Inputs/entry-point-section/main.swift -O -o %t/howdy.o -module-name Howdy
5
5
// RUN: %target-ld %t/howdy.o -syslibroot %sdk -lSystem -dylib -o %t/libHowdy.dylib
6
6
// RUN: %target-codesign %t/libHowdy.dylib
7
7
// RUN: %target-run %t/main %t/libHowdy.dylib | %FileCheck %s
You can’t perform that action at this time.
0 commit comments