This is an archive of the discontinued LLVM Phabricator instance.

[clang] Remove a duplicate action kind table entry.
ClosedPublic

Authored by iains on Feb 15 2022, 3:04 AM.

Details

Summary

We have two entries for OPT_emit_codegen_only in the frontend action kind
table, delete one.

Diff Detail

Event Timeline

iains created this revision.Feb 15 2022, 3:04 AM
iains published this revision for review.Feb 15 2022, 3:06 AM
iains added a reviewer: jansvoboda11.

probably trivial - but, in case there's some subtlety I missed...

Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2022, 3:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jansvoboda11 accepted this revision.Feb 15 2022, 3:13 AM

LGTM, must've been a mistake. Thanks!

This revision is now accepted and ready to land.Feb 15 2022, 3:13 AM
This revision was landed with ongoing or failed builds.Feb 15 2022, 3:19 AM
This revision was automatically updated to reflect the committed changes.