[PATCH] D118077: Print C-string literals in mapfile
Roger Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 09:55:16 PST 2022
Roger added a comment.
@int3 I've simplified the code to not use offsets from StringPieces and to just print the StringRef that corresponds to each StringPiece. This is because we no longer do any tail-merging, making offsets unnecessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118077/new/
https://reviews.llvm.org/D118077
More information about the llvm-commits
mailing list