This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Export utility targets to the build/install tree depending on LLVM_BUILD/INSTALL_UTILS
ClosedPublic

Authored by sgraenitz on Jan 11 2019, 9:16 AM.

Details

Summary

Allow external projects to import test-related targets like FileCheck, count, not etc. and query binary paths, properties, etc.
This would be useful for LLDB, because it reduces the difference between in-tree vs. standalone builds and simplifies CMake logic.

Diff Detail

Repository
rL LLVM