This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Create -ffile-compilation-dir alias
ClosedPublic

Authored by phosek on Feb 24 2021, 6:07 PM.

Details

Summary

We introduce -ffile-compilation-dir shorthand to avoid having to set
-fdebug-compilation-dir and -fprofile-compilation-dir separately. This
is similar to -ffile-prefix-map.

Diff Detail

Event Timeline

phosek created this revision.Feb 24 2021, 6:07 PM
phosek requested review of this revision.Feb 24 2021, 6:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2021, 6:07 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek updated this revision to Diff 326269.Feb 24 2021, 7:26 PM
MaskRay accepted this revision.Feb 24 2021, 8:32 PM

LGTM.

This revision is now accepted and ready to land.Feb 24 2021, 8:32 PM
haowei added a subscriber: haowei.Feb 25 2021, 10:38 AM
This revision was automatically updated to reflect the committed changes.