This is an archive of the discontinued LLVM Phabricator instance.

[clang] Add Swift support for MIPS
Needs ReviewPublic

Authored by colemancda on Nov 6 2022, 4:32 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Adds support for compiling Swift targeting the MIPS ABI

Diff Detail

Event Timeline

colemancda created this revision.Nov 6 2022, 4:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2022, 4:32 PM
colemancda requested review of this revision.Nov 6 2022, 4:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2022, 4:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
colemancda added a reviewer: Restricted Project.Nov 7 2022, 9:40 AM

This looks good to me. Can you rebase your patch so that it applies on top of github.com:apple/llvm-project.git main?