This is an archive of the discontinued LLVM Phabricator instance.

cmake: Install CheckAtomic.cmake (needed by lldb)
ClosedPublic

Authored by mgorny on Aug 25 2016, 12:04 PM.

Details

Summary

Install CheckAtomic.cmake along with other LLVM modules, therefore making it possible for other projects to use it. This file is needed for LLDB to be built standalone, and installing it was suggested in https://reviews.llvm.org/D23881.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 69279.Aug 25 2016, 12:04 PM
mgorny retitled this revision from to cmake: Install CheckAtomic.cmake (needed by lldb).
mgorny updated this object.
mgorny added a subscriber: llvm-commits.
beanz accepted this revision.Aug 25 2016, 12:43 PM
beanz added a reviewer: beanz.
beanz added a subscriber: beanz.

LGTM.

This revision is now accepted and ready to land.Aug 25 2016, 12:43 PM

Thanks for the review. As usual, I forgot to mention I don't have commit access ;-).

This revision was automatically updated to reflect the committed changes.