D56606 was only appending target names to the LLVM_EXPORTS/LLVM_EXPORTS_BUILDTREE_ONLY properties. Targets showed up correctly in the build-tree LLVMExports.cmake, but they were missing in the installed one (as we found in https://bugs.llvm.org/show_bug.cgi?id=40443), because install did not register them explicitly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM