File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-ir %s | %FileCheck %s --check-prefix=%target-cpu
1
+ // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-ir %s | %FileCheck %s --check-prefix=%target-cpu --check-prefix=%target-cpu-%target-sdk-name
2
2
3
3
import Swift
4
4
import simd
@@ -34,7 +34,10 @@ entry(%x : $float4):
34
34
// aarch64-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<4 x i32>)
35
35
// arm64-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<4 x i32>)
36
36
// armv6-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<4 x i32>)
37
- // armv7-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<4 x i32>)
37
+ // armv7-ios-LABEL: define <3 x float> @simd_c_args_float3(<4 x i32>)
38
+ // armv7-linux-LABEL: define protected <3 x float> @simd_c_args_float3(<4 x i32>)
39
+ // armv7-windows-LABEL: define dllexport <3 x float> @simd_c_args_float3(<4 x i32>)
40
+ // armv7-android-LABEL: define protected <3 x float> @simd_c_args_float3(<3 x float>)
38
41
// armv7s-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<4 x i32>)
39
42
// armv7k-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<4 x i32>)
40
43
// powerpc64-LABEL: define{{( dllexport)?}}{{( protected)?}} <3 x float> @simd_c_args_float3(<3 x float>)
You can’t perform that action at this time.
0 commit comments