This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Default ToolChain::IsIntegratedAssemblerDefault to true
ClosedPublic

Authored by brad on Jul 10 2023, 3:37 PM.

Details

Summary

Have ToolChain::IsIntegratedAssemblerDefault default to true.

Almost all of the ToolChains are using IAS nowadays. There are a few exceptions like XCore, some NaCl archs, and NVPTX/XCore in Generic_GCC::IsIntegratedAssemblerDefault.

Diff Detail

Event Timeline

brad created this revision.Jul 10 2023, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 3:37 PM
brad requested review of this revision.Jul 10 2023, 3:37 PM
MaskRay accepted this revision.Jul 10 2023, 3:59 PM
This revision is now accepted and ready to land.Jul 10 2023, 3:59 PM

[Driver] seems more specific than [Clang]

brad retitled this revision from [Clang] Default ToolChain::IsIntegratedAssemblerDefault to true to [Driver] Default ToolChain::IsIntegratedAssemblerDefault to true.Jul 10 2023, 4:02 PM

[Driver] seems more specific than [Clang]

You're right. Fixed.

This revision was landed with ongoing or failed builds.Jul 10 2023, 7:26 PM
This revision was automatically updated to reflect the committed changes.