llvm-m88k
llvm-m88k copied to clipboard
Implement ABI in clang
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.