[PATCH] D153907: [AIX] [TOC] Add -mtocdata/-mno-tocdata options on AIX
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 13:28:04 PDT 2023
hubert.reinterpretcast added inline comments.
================
Comment at: clang/test/CodeGen/PowerPC/toc-data-structs-arrays.cpp:20
+
+struct size4_struct {
+ int x;
----------------
Back-end currently does not like this. Need a change to https://github.com/llvm/llvm-project/blob/7dfe62327db81cc5ee3e29a994818370d95dc9e3/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp#L545.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153907/new/
https://reviews.llvm.org/D153907
More information about the llvm-commits
mailing list