This is an archive of the discontinued LLVM Phabricator instance.

[Assignment Tracking] Fix -fexperimental-assignment-tracking cc1 flag
ClosedPublic

Authored by Orlando on Jan 18 2023, 8:32 AM.

Details

Summary

This change allows -fexperimental-assignment-tracking to be negated using the negative equivalent -fno-experimental-assignment-tracking, and fixes the flag so that the default behaviour can be changed (currently the default is still false / disabled).

Diff Detail

Event Timeline

Orlando created this revision.Jan 18 2023, 8:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 8:32 AM
Orlando requested review of this revision.Jan 18 2023, 8:32 AM
Orlando retitled this revision from [Assignment Tracking] Fix -fexperimental-assignment-tracking cc1 flag so it can be negated to [Assignment Tracking] Fix -fexperimental-assignment-tracking cc1 flag.Jan 18 2023, 8:35 AM
Orlando edited the summary of this revision. (Show Details)
StephenTozer accepted this revision.Jan 19 2023, 1:16 AM
This revision is now accepted and ready to land.Jan 19 2023, 1:16 AM
This revision was landed with ongoing or failed builds.Jan 20 2023, 6:37 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 6:37 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript