[PATCH] D76049: [WebAssembly] Support swiftself and swifterror for WebAssembly target
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 15 08:33:09 PDT 2020
aheejin added a comment.
I think the full diff still has not been uploaded yet; everywhere says "Context not available". Could you use `arc diff` to upload the diff?
================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp:245
+ // For swiftcc, additional swiftself and swifterror paramsters are added
+ // if there aren't. Forward the cursor for the extra parameters.
----------------
typo: parameter
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76049/new/
https://reviews.llvm.org/D76049
More information about the llvm-commits
mailing list