Re: [PATCH] D24015: [CMake] Copy headers relative to LLVM_BINARY_DIR

2016-08-30 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL280108: [CMake] Copy headers relative to LLVM_BINARY_DIR (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D24015?vs=69637&id=69716#toc Repository: rL LLVM https://reviews.l

Re: [PATCH] D24015: [CMake] Copy headers relative to LLVM_BINARY_DIR

2016-08-29 Thread Justin Bogner via cfe-commits
Chris Bieneman writes: > beanz created this revision. > beanz added reviewers: bogner, EricWF. > beanz added a subscriber: cfe-commits. > > 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 di

[PATCH] D24015: [CMake] Copy headers relative to LLVM_BINARY_DIR

2016-08-29 Thread Chris Bieneman via cfe-commits
beanz created this revision. beanz added reviewers: bogner, EricWF. beanz added a subscriber: cfe-commits. 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. https://reviews.llvm.org/D24015