This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Fix AnnotatedBuilder.py extra_args bug
ClosedPublic

Authored by ashi1 on Apr 29 2021, 2:45 PM.

Details

Summary

Do not assign WithProperties("--jobs=%(jobs:-)s") to
extra_args, because extra_args_with_props will perform
WithProperties(...) on all of the args in extra_args.

Diff Detail

Event Timeline

ashi1 requested review of this revision.Apr 29 2021, 2:45 PM
ashi1 created this revision.
tra accepted this revision.Apr 29 2021, 3:15 PM

LGTM.

This revision is now accepted and ready to land.Apr 29 2021, 3:15 PM
This revision was automatically updated to reflect the committed changes.