[llvm-dev] [PATCH] Obsolete WebKit Calling Convention

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 11:48:54 PDT 2016


> On Aug 23, 2016, at 11:34 AM, Vedant Kumar via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Makes sense to me.
I am not aware of any webkit calling convention users either.

> 
> Watch out for the binary bitcode compatibility files for 3.{6,7,8}. We should
> be able to rewrite 'webkit_jscc' to 'cc<n>', and should update the calling
> convention enums to make sure that that <n> isn't reused.

If possible I'd rather abort with an error message than rewriting to the wrong calling convention.

- Matthias


More information about the llvm-commits mailing list