This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM build-tree
ClosedPublic

Authored by sgraenitz on Jun 4 2019, 1:39 PM.

Details

Summary

Useful info for standalone builds of subprojects. If a multi-configuration generator was used for the provided LLVM build-tree, standalone builds should consider actual subdirectories per configuration in find_program() (e.g. looking for llvm-lit or llvm-tblgen).

Diff Detail

Repository
rL LLVM