Files
clang-p2996/llvm/utils/TableGen/SequenceToOffsetTable.h
NAKAMURA Takumi c8e0870829 [TableGen] emitStringLiteralDef: Pad trailing '\0' at the end of char array.
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 Revision: https://reviews.llvm.org/D126136
2022-05-24 06:25:10 +09:00

8.5 KiB