[PATCH] D84534: [AIX] Static init frontend recovery and backend support
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 12:54:30 PDT 2020
Xiangling_L updated this revision to Diff 283006.
Xiangling_L added a comment.
Refactor the code by making `emitXXStructorList` a virtual function;
Added one testcase for `.ref`;
Addressed other comments;
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84534/new/
https://reviews.llvm.org/D84534
Files:
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp
clang/test/CodeGenCXX/aix-static-init.cpp
clang/unittests/CodeGen/IncrementalProcessingTest.cpp
format
llvm/include/llvm/CodeGen/AsmPrinter.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
llvm/test/CodeGen/PowerPC/aix-static-init-default-priority.ll
llvm/test/CodeGen/PowerPC/aix-static-init-key-object.ll
llvm/test/CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll
llvm/test/CodeGen/PowerPC/aix-static-init-non-default-priority.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84534.283006.patch
Type: text/x-patch
Size: 115752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200804/ac7e3437/attachment.bin>
More information about the llvm-commits
mailing list