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[] = {
6363 " Cygwin" ,
6464 " Haiku" ,
6565 " WASI" ,
66+ " none" ,
6667};
6768
6869static 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}}
123123// expected-warning@-3 {{unknown operating system for build configuration 'os'}}
124124// expected-note@-4 {{did you mean 'OSX'?}} {{27-32=OSX}}
125125// 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}}
128129func fn_k( ) { }
129130#endif
130131fn_k ( )
You can’t perform that action at this time.
0 commit comments