This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Driver] Default Generic_GCC::IsIntegratedAssemblerDefault to true
ClosedPublic

Authored by brad on Mar 28 2023, 12:36 AM.

Details

Summary

Invert the logic and have the default being true. Disable the few spots where it looks like IAS is currently not used.

Diff Detail

Event Timeline

brad created this revision.Mar 28 2023, 12:36 AM
brad requested review of this revision.Mar 28 2023, 12:36 AM
MaskRay accepted this revision.Mar 28 2023, 10:48 AM
This revision is now accepted and ready to land.Mar 28 2023, 10:48 AM
MaskRay added inline comments.Mar 28 2023, 10:48 AM
clang/lib/Driver/ToolChains/Gnu.cpp
2924

return getTriple().getVendor() != llvm::Triple::Myriad;

brad updated this revision to Diff 509084.Mar 28 2023, 11:35 AM
This revision was landed with ongoing or failed builds.Mar 28 2023, 7:27 PM
This revision was automatically updated to reflect the committed changes.