File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -525,5 +525,5 @@ def err_drv_invalid_object_mode : Error<"OBJECT_MODE setting %0 is not recognize
525
525
def err_drv_invalid_sve_vector_bits : Error<
526
526
"'-msve-vector-bits' is not supported without SVE enabled">;
527
527
528
- def err_invalid_cxx_abi : Error<"Invalid C++ ABI name '%0'">;
528
+ def err_invalid_cxx_abi : Error<"invalid C++ ABI name '%0'">;
529
529
}
Original file line number Diff line number Diff line change 12
12
13
13
// RUN: not %clang_cc1 -fc++-abi=InvalidABI %s 2>&1 | FileCheck %s -check-prefix=INVALID
14
14
// RUN: not %clang_cc1 -fc++-abi=Fuchsia %s 2>&1 | FileCheck %s -check-prefix=CASE-SENSITIVE
15
- // INVALID: error: Invalid C++ ABI name 'InvalidABI'
16
- // CASE-SENSITIVE: error: Invalid C++ ABI name 'Fuchsia'
15
+ // INVALID: error: invalid C++ ABI name 'InvalidABI'
16
+ // CASE-SENSITIVE: error: invalid C++ ABI name 'Fuchsia'
You can’t perform that action at this time.
0 commit comments