llvm-m88k icon indicating copy to clipboard operation
llvm-m88k copied to clipboard

Implement ABI in clang

Open redstar opened this issue 4 years ago • 0 comments

The M88k ABI in clang (in lib/CodeGen/TargetInfo.cpp) is currently only a stub. A real implementation is needed:

  • [x] Classify arguments
  • [x] Classify return values
  • [x] Implement EmitVAArg
  • [ ] Test interoperability with gcc-generated object files

The builtin_va_list for the latter is already implemented.

redstar avatar Dec 21 '21 04:12 redstar