File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver -c %s -o %t
2
2
// RUN: rm -f %t.a
3
- // RUN: ar cr %t.a %t
3
+ // RUN: llvm- ar cr %t.a %t
4
4
// RUN: %target-swift-autolink-extract %t.a -o - | FileCheck --check-prefix CHECK-%target-object-format %s
5
5
6
6
// REQUIRES: autolink-extract
Original file line number Diff line number Diff line change 2
2
// RUN: mkdir -p %t
3
3
// RUN: %target-swiftc_driver -emit-library -emit-module -emit-module-path %t/empty.swiftmodule -module-name empty -module-link-name empty %S/empty.swift
4
4
// RUN: %target-swiftc_driver -c %s -I %t -o %t/import_experimental.o
5
- // RUN: ar cr %t/import_experimental.a %t/import_experimental.o
5
+ // RUN: llvm- ar cr %t/import_experimental.a %t/import_experimental.o
6
6
// RUN: %target-swift-autolink-extract %t/import_experimental.a -o - | FileCheck --check-prefix CHECK-%target-object-format %s
7
7
8
8
// REQUIRES: autolink-extract
Original file line number Diff line number Diff line change 1
1
// RUN: rm -rf %t && mkdir %t
2
2
// RUN: %target-build-swift -emit-library %s %S/Inputs/protocol-conformance-member-helper.swift -o %t/libTest.dylib -module-name Test
3
- // RUN: nm %t/libTest.dylib | FileCheck %s
3
+ // RUN: llvm- nm %t/libTest.dylib | FileCheck %s
4
4
5
5
// CHECK: _TFV4Test10CoolStructg10coolFactorSd
6
6
You can’t perform that action at this time.
0 commit comments