File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
test/Parse/ConditionalCompilation Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ static const SupportedConditionalValue SupportedConditionalCompilationOSs[] = {
63
63
" Cygwin" ,
64
64
" Haiku" ,
65
65
" WASI" ,
66
+ " none" ,
66
67
};
67
68
68
69
static const SupportedConditionalValue SupportedConditionalCompilationArches[] = {
Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ undefinedFunc() // expected-error {{cannot find 'undefinedFunc' in scope}}
123
123
// expected-warning@-3 {{unknown operating system for build configuration 'os'}}
124
124
// expected-note@-4 {{did you mean 'OSX'?}} {{27-32=OSX}}
125
125
// expected-note@-5 {{did you mean 'PS4'?}} {{27-32=PS4}}
126
- // expected-warning@-6 {{unknown endianness for build configuration '_endian'}}
127
- // expected-note@-7 {{did you mean 'big'?}} {{46-50=big}}
126
+ // expected-note@-6 {{did you mean 'none'?}} {{27-32=none}}
127
+ // expected-warning@-7 {{unknown endianness for build configuration '_endian'}}
128
+ // expected-note@-8 {{did you mean 'big'?}} {{46-50=big}}
128
129
func fn_k( ) { }
129
130
#endif
130
131
fn_k ( )
You can’t perform that action at this time.
0 commit comments