This is an archive of the discontinued LLVM Phabricator instance.

[bugpoint] Support --safe-run-llc-ia like --run-llc-ia
AcceptedPublic

Authored by jrtc27 on Nov 8 2021, 4:11 PM.

Details

Reviewers
MaskRay
Summary

This is a direct copy of the enum option for --run-llc-ia, and just works as
the implementation is already there, just never wired up to an option.

Diff Detail

Event Timeline

jrtc27 requested review of this revision.Nov 8 2021, 4:11 PM
jrtc27 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2021, 4:11 PM
MaskRay accepted this revision.Nov 8 2021, 8:40 PM

llc-ia is not a good name but that is what we have: UseIntegratedAssembler ? CC::ObjectFile : CC::AsmFile;

This revision is now accepted and ready to land.Nov 8 2021, 8:40 PM
jrtc27 added a comment.Nov 9 2021, 9:46 AM

llc-ia is not a good name but that is what we have: UseIntegratedAssembler ? CC::ObjectFile : CC::AsmFile;

Agreed, run-llc-ia should really have been called something like run-llc-obj, oh well