[PATCH] D139623: [llvm][cmake] Fix add_subdirectory build in multi-config
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 12:48:51 PST 2022
sebastian-ne added a comment.
> For completeness, the patch avoids the creation of mentioned dir under some but not all circumstances?
Yes, I didn’t see a `${CONFIGURATION}` dir in a build where llvm was added with `add_subdirectory`.
More importantly, LLVMConfig.cmake and others are not created inside that directory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139623/new/
https://reviews.llvm.org/D139623
More information about the llvm-commits
mailing list