This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Rename -split-dwarf-file to -split-dwarf-output
ClosedPublic

Authored by aaronpuchert on Jun 11 2019, 4:17 AM.

Details

Summary

This is the first in a series of changes trying to align clang -cc1
flags for Split DWARF with those of llc. The unfortunate side effect of
having -split-dwarf-output for single file Split DWARF will disappear
again in a subsequent change.

The change is the result of a discussion in D59673.

Diff Detail

Repository
rL LLVM

Event Timeline

aaronpuchert created this revision.Jun 11 2019, 4:17 AM
dblaikie accepted this revision.Jun 11 2019, 5:53 PM

Looks good - thanks!

This revision is now accepted and ready to land.Jun 11 2019, 5:53 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2019, 7:05 AM