Enable lowering of llvm::MachineOperand::MO_MCSymbol so we can emit assembly of a call instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/CodeGen/PowerPC/test_call_aix.ll | ||
---|---|---|
14 ↗ | (On Diff #206297) | The error is 64 bit XCOFF object files are not supported. But we are just generating assembly right now. Is there anything that's really blocking us to generate 64 bit assembly? |
Comment Actions
We will need to add handling of Text SectionKind in TargetLoweringObjectFileXCOFF::getExplicitSectionGlobal in this because it blocks assembly generation for the test.