Fixup for https://reviews.llvm.org/D73044
String literal has an implicit terminator '\0'. This commit adjusts char array
to long literal.
This causes difference of artifacts between -long-string-literals=true
and false.
Differential D126136
[TableGen] emitStringLiteralDef: Pad trailing '\0' at the end of char array. chapuni on May 21 2022, 5:18 PM. Authored by
Details Fixup for https://reviews.llvm.org/D73044 This causes difference of artifacts between -long-string-literals=true
Diff Detail
Unit Tests |
clang-format not found in user’s local PATH; not linting file.