[PATCH] D88339: [XCOFF] Enable -fdata-sections on AIX
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 18:14:20 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-data-sections.ll:36
+}
+
+
----------------
Should the scope cover the constant pool?
The output for `llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll` appears to still use a single `.rodata` csect for items in the constant pool.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88339/new/
https://reviews.llvm.org/D88339
More information about the llvm-commits
mailing list