This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Driver] Change MultilibBuilder flags argument order
ClosedPublic

Authored by michaelplatings on Jun 7 2023, 2:37 AM.

Diff Detail

Event Timeline

michaelplatings created this revision.Jun 7 2023, 2:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 2:37 AM
Herald added a subscriber: abrachet. · View Herald Transcript
michaelplatings requested review of this revision.Jun 7 2023, 2:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 2:37 AM
phosek accepted this revision.Jun 8 2023, 1:02 AM

LGTM thanks!

clang/include/clang/Driver/MultilibBuilder.h
80

After seeing the change and specifically the comment on this fuinction, I think that Disallow might be a better name than Negate if it's not too much hassle to change it.

This revision is now accepted and ready to land.Jun 8 2023, 1:02 AM
michaelplatings marked an inline comment as done.

Negate->Disallow

This revision was landed with ongoing or failed builds.Jun 8 2023, 2:03 AM
This revision was automatically updated to reflect the committed changes.