This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Move the "-o OUT -x TYPE SRC.c" flags to the end of -cc1
ClosedPublic

Authored by rnk on May 22 2019, 3:14 PM.

Details

Summary

New -cc1 arguments, such as -faddrsig, have started appearing after the
input name. I personally find it convenient for the input to be the last
argument to the compile command line, since I often need to edit it when
running crash reproduction scripts.

Diff Detail

Repository
rC Clang

Event Timeline

rnk created this revision.May 22 2019, 3:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2019, 3:14 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
hans accepted this revision.May 23 2019, 12:10 AM

Nice, lgtm.

This revision is now accepted and ready to land.May 23 2019, 12:10 AM
This revision was automatically updated to reflect the committed changes.