File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Test that NEON types are defined, even when arm_neon.h is not included.
2
2
// as required by AAPCS64 "Support for Advanced SIMD Extensions".
3
3
4
- // RUN: %clang_cc1 -ast-dump -triple aarch64-linux-gnu %s -x c | FileCheck --check-prefixes=CHECK,A64 %s
5
- // RUN: %clang_cc1 -ast-dump -triple aarch64-linux-gnu %s -x c++ | FileCheck --check-prefixes=CHECK,A64 %s
4
+ // RUN: %clang_cc1 -ast-dump -triple aarch64-linux-gnu %s -x c | FileCheck %s
5
+ // RUN: %clang_cc1 -ast-dump -triple aarch64-linux-gnu %s -x c++ | FileCheck %s
6
6
// RUN: %clang_cc1 -verify -verify-ignore-unexpected=note -triple x86_64 %s -x c
7
7
// RUN: %clang_cc1 -verify -verify-ignore-unexpected=note -triple x86_64 %s -x c++
8
8
// RUN: %clang_cc1 -verify -verify-ignore-unexpected=note -triple arm-linux-gnu %s -x c
@@ -113,13 +113,13 @@ __Bfloat16x8_t Bfloat16x8;
113
113
// expected-error@-2{{unknown type name '__Bfloat16x8_t'}}
114
114
115
115
__mfp8 mfp8 ;
116
- // A64 : mfp8 '__mfp8'
116
+ // CHECK : mfp8 '__mfp8'
117
117
// expected-error@-2{{unknown type name '__mfp8'}}
118
118
119
119
__Mfloat8x8_t Mfloat8x8 ;
120
- // A64 : Mfloat8x8 '__Mfloat8x8_t':'__attribute__((neon_vector_type(8))) __mfp8'
120
+ // CHECK : Mfloat8x8 '__Mfloat8x8_t':'__attribute__((neon_vector_type(8))) __mfp8'
121
121
// expected-error@-2{{unknown type name '__Mfloat8x8_t'}}
122
122
123
123
__Mfloat8x16_t Mfloat8x16 ;
124
- // A64 : Mfloat8x16 '__Mfloat8x16_t':'__attribute__((neon_vector_type(16))) __mfp8'
124
+ // CHECK : Mfloat8x16 '__Mfloat8x16_t':'__attribute__((neon_vector_type(16))) __mfp8'
125
125
// expected-error@-2{{unknown type name '__Mfloat8x16_t'}}
You can’t perform that action at this time.
0 commit comments