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 22
33// RUN: %empty-directory(%t)
44
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
66// RUN: %swift-ide-test -test-CompilerInvocation-from-module -source-filename=%t/ASTSection.swiftmodule
77
88// Test the inline section mechanism.
Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: %target-clang %s -std=c++11 -isysroot %sdk -o %t/main
33// 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
55// RUN: %target-ld %t/howdy.o -syslibroot %sdk -lSystem -dylib -o %t/libHowdy.dylib
66// RUN: %target-codesign %t/libHowdy.dylib
77// RUN: %target-run %t/main %t/libHowdy.dylib | %FileCheck %s
You can’t perform that action at this time.
0 commit comments