This is an archive of the discontinued LLVM Phabricator instance.

[clang] Recognize ppc32 as valid mcpu value
ClosedPublic

Authored by LemonBoy on Apr 21 2021, 1:13 AM.

Details

Reviewers
nemanjai
Group Reviewers
Restricted Project
Commits
rG8e336511f18a: [clang] Recognize ppc32 as valid mcpu value
Summary

The ppc32 cpu model was introduced a while ago in a9321059b912155cd81cf0776d54a7d6838ef7ab as an independent copy of the ppc one but was never wired into clang.

Diff Detail

Event Timeline

LemonBoy created this revision.Apr 21 2021, 1:13 AM
LemonBoy requested review of this revision.Apr 21 2021, 1:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2021, 1:13 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
nemanjai accepted this revision.Apr 21 2021, 4:45 AM

LGTM.

This revision is now accepted and ready to land.Apr 21 2021, 4:45 AM
This revision was automatically updated to reflect the committed changes.