This is an archive of the discontinued LLVM Phabricator instance.

Make cmake link flag naming consistent
ClosedPublic

Authored by fjricci on Jan 9 2017, 6:00 PM.

Details

Summary

The build system was inconsistent in its naming conventions for
link flags. This patch changes all uses of LINKFLAGS to LINK_FLAGS,
for consistency with cmake's LINK_FLAGS property.

This patch should make it easier to search the source code for
uses of link flags, as well as providing the benefit of improved
style and consistency.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci updated this revision to Diff 83760.Jan 9 2017, 6:00 PM
fjricci retitled this revision from to Make cmake link flag naming consistent.
fjricci updated this object.
fjricci added reviewers: compnerd, beanz.
fjricci added a subscriber: llvm-commits.
beanz accepted this revision.Jan 9 2017, 6:05 PM
beanz edited edge metadata.

This is a nice cleanup. Thanks for doing it!

This revision is now accepted and ready to land.Jan 9 2017, 6:05 PM
This revision was automatically updated to reflect the committed changes.