-
Notifications
You must be signed in to change notification settings - Fork 341
[clang] Add Swift support for MIPS #4021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: swift/next
Are you sure you want to change the base?
Conversation
Does this have a corresponding LLVM patch up for review? |
No, sorry. |
I would ask that you upstream these. The |
eba9348
to
5020772
Compare
Adds support for compiling Swift targeting the MIPS ABI Differential Revision: https://reviews.llvm.org/D137512
5020772
to
6524e58
Compare
@CodaFi Any suggestions on who I should contact at LLVM or assign to get this merged? |
I will ping maintainers about this tomorrow morning. This looks pretty good to me, but I'm far from the expert in Clang infra we have for different target infos. |
@swift-ci test |
Can you rebase https://reviews.llvm.org/D137512 on top of |
@aschwaighofer Rebased off |
Adds support for compiling Swift targeting the MIPS ABI
Differential Revision: https://reviews.llvm.org/D137512
Resolves SR-15943