[PATCH] D80953: [AIX] asm output: use character literals in byte lists for strings

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 21:13:22 PDT 2020


hubert.reinterpretcast updated this revision to Diff 294877.
hubert.reinterpretcast marked an inline comment as done.
hubert.reinterpretcast added a comment.

- Update to avoid stored format string by using switch on a enum value


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80953/new/

https://reviews.llvm.org/D80953

Files:
  llvm/include/llvm/MC/MCAsmInfo.h
  llvm/lib/MC/MCAsmInfoXCOFF.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/test/CodeGen/PowerPC/aix-bytestring.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80953.294877.patch
Type: text/x-patch
Size: 11341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/d30ef7bb/attachment.bin>


More information about the llvm-commits mailing list