Support Swift calling convention for WebAssembly targets
This adds basic support for the Swift calling convention with WebAssembly targets.
Differential D71823
Support Swift calling convention for WebAssembly targets kateinoigakukun on Dec 22 2019, 5:24 PM. Authored by
Details Support Swift calling convention for WebAssembly targets This adds basic support for the Swift calling convention with WebAssembly targets.
Diff Detail
Event Timeline
Comment Actions Sorry we left this dangling for so long. This little change looks fine; I guess you must be in the process of porting swift to wasm? Do you have any more detailed plans for that written down anywhere, or a prototype you can show? Comment Actions Yes, we are working on wasm porting here. And I'm porting this forked llvm-project into upstream step by step. |
This seems to disagree with the longer list in callingConvSupported. Is this going to generate unnecessary warnings?