diff options
author | Reid Kleckner <rnk@google.com> | 2025-04-13 17:58:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 17:58:53 +0200 |
commit | 0a27c4e318e778b520306a9e2102e03023cfaa33 (patch) | |
tree | 14915c7f218ff0a17f49c184c677322054f69f6f /clang/lib/Format/WhitespaceManager.cpp | |
parent | 30ae47eeefaeb2c78ae7f234621b8bb0444b7844 (diff) | |
download | llvm-0a27c4e318e778b520306a9e2102e03023cfaa33.zip llvm-0a27c4e318e778b520306a9e2102e03023cfaa33.tar.gz llvm-0a27c4e318e778b520306a9e2102e03023cfaa33.tar.bz2 |
[StrTable] Use string literal emission for intrinsics on non-MSVC platforms (#124856)
This mainly transitions the LLVM intrinsic string table from character
emission to string literal emission, which I confirmed happens for me
locally.
I moved the guts of StringToOffsetTable to a cpp file so I could move
the `EmitLongStrLiterals` cl::opt global to a non-vague linkage home in
the `TableGen` library. I had to add missing FormatVariadic.h includes
to account for moving other includes to a cpp file.
Diffstat (limited to 'clang/lib/Format/WhitespaceManager.cpp')
0 files changed, 0 insertions, 0 deletions