[PATCH] D44504: COFF: Implement string tail merging.

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 18:53:15 PDT 2018


majnemer added a comment.

Do you have a test to make sure that a wide string literal doesn't point into a misaligned offset into a narrow string literal?

Also, does the standard allow aliasing string literals of different underlying types together?


https://reviews.llvm.org/D44504





More information about the llvm-commits mailing list