This patch is a follow up on read-only assembly patch D70182.
It intends to enable object file generation for the read-only data section on AIX.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Other than minor nit, LGTM
llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll | ||
---|---|---|
4 | nit: should these have "-verify-machineinstrs -mcpu=pwr7" for consistency? |
llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll | ||
---|---|---|
4 | Yes, I will add them in. |
llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll | ||
---|---|---|
284 | since we have a tool which can print out the raw section content. you want to test the readonly raw data in .text section in the this patch ? or you want to create a new patch for it ? |
llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll | ||
---|---|---|
284 | Thanks for the reminder. I added it this patch. |
nit: should these have "-verify-machineinstrs -mcpu=pwr7" for consistency?