This is an archive of the discontinued LLVM Phabricator instance.

[Driver][PPC] Support -mtune=auto
AbandonedPublic

Authored by qiongsiwu1 on Dec 5 2022, 9:32 AM.

Details

Summary

This patch teaches clang to recognize the auto option for -mtune. The option is identical to the mtune option native.

Diff Detail

Event Timeline

qiongsiwu1 created this revision.Dec 5 2022, 9:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 9:32 AM
qiongsiwu1 requested review of this revision.Dec 5 2022, 9:32 AM
qiongsiwu1 abandoned this revision.Dec 5 2022, 10:41 AM

It is decided that we no longer need this patch.