This is an archive of the discontinued LLVM Phabricator instance.

m86k: adjust the usage of ArgInfo after change 9b057f647d70fc958d4a1a7a00e2deba65
ClosedPublic

Authored by sylvestre.ledru on Jul 9 2021, 3:07 AM.

Details

Summary

Fails with:

/build/llvm-toolchain-snapshot-13~++20210709092633+88326bbce38c/llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp: In member function 'virtual bool llvm::M68kCallLowering::lowerReturn(llvm::MachineIRBuilder&, const llvm::Value*, llvm::ArrayRef<llvm::Register>, llvm::FunctionLoweringInfo&, llvm::Register) const':
/build/llvm-toolchain-snapshot-13~++20210709092633+88326bbce38c/llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp:71:42: error: no matching function for call to 'llvm::CallLowering::ArgInfo::ArgInfo(<brace-enclosed initializer list>)'
     ArgInfo OrigArg{VRegs, Val->getType()};

Diff Detail

Event Timeline

sylvestre.ledru created this revision.Jul 9 2021, 3:07 AM
sylvestre.ledru requested review of this revision.Jul 9 2021, 3:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2021, 3:08 AM

@arsenm it fixed my build issue

This revision was not accepted when it landed; it landed in state Needs Review.Jul 9 2021, 9:56 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.

I pushed it without review as it break all the nightly builds on apt.llvm.org