This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Copy headers relative to LLVM_BINARY_DIR
ClosedPublic

Authored by beanz on Aug 29 2016, 4:56 PM.

Details

Summary

This copy phase is only needed for in-tree builds, so we should be copying to the LLVM build directory's include dir instead of the sub-project include dir.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 69637.Aug 29 2016, 4:56 PM
beanz retitled this revision from to [CMake] Copy headers relative to LLVM_BINARY_DIR.
beanz updated this object.
beanz added reviewers: bogner, EricWF.
beanz added a subscriber: cfe-commits.
This revision was automatically updated to reflect the committed changes.