This is an archive of the discontinued LLVM Phabricator instance.

Add --build-id=fast as a synonym for --build-id.
ClosedPublic

Authored by ruiu on Feb 7 2018, 11:15 AM.

Details

Summary

When you omit an argument, most options fall back to their defaults.
For example, --color-diagnostics is a synonym for --color-diagnostics=auto.
We don't have a way to specify the default choice for --build-id, so we
can't describe --build-id (without an argument) in that way.
This patch adds "fast" for the default build-id choice.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Feb 7 2018, 11:15 AM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 7 2018, 11:26 AM
This revision was automatically updated to reflect the committed changes.