[PATCH] D81270: [XCOFF][AIX] Use 'L..' instead of '.L' for getPrivateGlobalPrefix in DataLayout

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 12:08:23 PDT 2020


jasonliu updated this revision to Diff 269304.
jasonliu added a comment.
Herald added a subscriber: kbarton.

Added clang portion of the change.
Added unittest to test mangler.
Added description in Language Reference Manual.


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

https://reviews.llvm.org/D81270

Files:
  clang/lib/Basic/Targets/PPC.h
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DataLayout.h
  llvm/lib/IR/DataLayout.cpp
  llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
  llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
  llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
  llvm/unittests/IR/ManglerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81270.269304.patch
Type: text/x-patch
Size: 11299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/b856ec3f/attachment.bin>


More information about the llvm-commits mailing list