This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove redundant enabling of IAS for Clang, NFC
ClosedPublic

Authored by brad on Apr 4 2022, 4:15 PM.

Details

Summary

Generic_GCC::IsIntegratedAssemblerDefault() already takes care of RISCV. Remove the redundant enabling of IAS with Clang.

Diff Detail

Event Timeline

brad created this revision.Apr 4 2022, 4:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 4:15 PM
brad requested review of this revision.Apr 4 2022, 4:15 PM
MaskRay accepted this revision.Apr 4 2022, 4:28 PM

It's conventional to add NFC to the subject line to indicate "no functional change".

This revision is now accepted and ready to land.Apr 4 2022, 4:28 PM
brad retitled this revision from [RISCV] Remove redundant enabling of IAS for Clang to [RISCV] Remove redundant enabling of IAS for Clang, NFC.Apr 4 2022, 4:36 PM
kito-cheng accepted this revision.Apr 4 2022, 8:34 PM
This revision was automatically updated to reflect the committed changes.