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
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
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