[PATCH] D101280: [XCOFF] string constants handling for XCOFF
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 02:19:11 PDT 2021
shchenz created this revision.
shchenz added reviewers: hubert.reinterpretcast, jsji, PowerPC.
Herald added subscribers: hiraditya, nemanjai.
shchenz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is from the code review of D99785 <https://reviews.llvm.org/D99785>. To make sure same file name in symbol table and in .dwinfo section, we need to change string constants generation for AIX.
Handle string constants for XCOFF according to https://www.ibm.com/docs/en/aix/7.2?topic=constants-string
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101280
Files:
llvm/include/llvm/MC/MCAsmInfo.h
llvm/lib/MC/MCAsmInfoXCOFF.cpp
llvm/lib/MC/MCAsmStreamer.cpp
llvm/test/CodeGen/PowerPC/aix-filename-special-character-double-quotation.ll
llvm/test/CodeGen/PowerPC/aix-filename-special-character-single-quotation.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101280.340458.patch
Type: text/x-patch
Size: 5992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/2cf2ebcf/attachment.bin>
More information about the llvm-commits
mailing list