This is an archive of the discontinued LLVM Phabricator instance.

Handle clang-tools-extra project in docker scripts.
ClosedPublic

Authored by ilya-biryukov on Jul 14 2017, 8:18 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Jul 14 2017, 8:18 AM
mehdi_amini accepted this revision.Jul 14 2017, 9:28 AM

LGTM. Thanks.

utils/docker/scripts/build_install_llvm.sh
71 ↗(On Diff #106641)

Why don't you just do everything in the if in one assignment?

This revision is now accepted and ready to land.Jul 14 2017, 9:28 AM

NFC. Made code of 'append_project' more readable.

ilya-biryukov marked an inline comment as done.Jul 20 2017, 1:08 AM
ilya-biryukov added inline comments.
utils/docker/scripts/build_install_llvm.sh
71 ↗(On Diff #106641)

Totally agree, it's more readable.
Changed the code accordingly.

This revision was automatically updated to reflect the committed changes.

Note: I approved in the first place because my comment was so minor that you could fix it (or not) and move on with committing directly without another round of review.

Oh great you just committed :) We were on the same line! I just wanted to make sure you were not waiting for me. Thanks.