File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 223
223
// RUN: %clang -S -O20 -o /dev/null %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-O %s
224
224
// CHECK-INVALID-O: warning: optimization level '-O20' is not supported; using '-O3' instead
225
225
226
- // RUN: not %clang -### -S -finput-charset=iso-8859-1 -o /dev/null %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-CHARSET %s
227
- // CHECK-INVALID-CHARSET: error: invalid value 'iso-8859-1' in '-finput-charset=iso-8859-1'
226
+ // RUN: not %clang -### -S -finput-charset=iso-8859-1 -o /dev/null %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-INPUT- CHARSET %s
227
+ // CHECK-INVALID-INPUT- CHARSET: error: invalid value 'iso-8859-1' in '-finput-charset=iso-8859-1'
228
228
229
- // RUN: not %clang -### -S -fexec-charset=iso-8859-1 -o /dev/null %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-INPUT -CHARSET %s
230
- // CHECK-INVALID-INPUT -CHARSET: error: invalid value 'iso-8859-1' in '-fexec-charset=iso-8859-1'
229
+ // RUN: not %clang -### -S -fexec-charset=iso-8859-1 -o /dev/null %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-EXEC -CHARSET %s
230
+ // CHECK-INVALID-EXEC -CHARSET: error: invalid value 'iso-8859-1' in '-fexec-charset=iso-8859-1'
231
231
232
232
// Test that we don't error on these.
233
233
// RUN: not %clang -### -S -Werror \
You can’t perform that action at this time.
0 commit comments