This is an archive of the discontinued LLVM Phabricator instance.

[CMake][runtimes] Use cmake_parse_arguments in runtimes functions
ClosedPublic

Authored by phosek on Nov 15 2017, 9:26 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Nov 15 2017, 9:26 AM
beanz accepted this revision.Nov 15 2017, 2:06 PM

LGTM.

Generally we frown on commit messages as concise as your description here. Might be worth a quick sentence or two explaining why cmake_parse_aguments is better as a breadcrumb for anyone who comes along in the future.

This revision is now accepted and ready to land.Nov 15 2017, 2:06 PM
This revision was automatically updated to reflect the committed changes.