[PATCH] D49587: [CMake] Support exporting runtimes using the CMake export
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 08:29:48 PDT 2019
ldionne added a comment.
In D49587#1493585 <https://reviews.llvm.org/D49587#1493585>, @ldionne wrote:
> I think the right way to do this was to use `install(export)`?
Oh, and you are doing this, but in `llvm/runtimes`. Why don't we handle this per project? I don't think we should assume that the rest of LLVM is available in order to export those targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49587/new/
https://reviews.llvm.org/D49587
More information about the cfe-commits
mailing list