The intrinsics_gen target exists in the CMake exports since r309389
(see LLVMConfig.cmake.in), hence projects can depend on intrinsics_gen
even it they are built separately from LLVM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. I verified this works for the build-tree standalone build of LLDB, but please still keep an eye on http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/ after you land this.
Comment Actions
I tested locally the standalone build of Clang with D83426.
I just want to make sure that we all agree this is right way moving forward.