[PATCH] D28869: [CMake] Fix `is_llvm_target_library` and support out-of-order components
bryant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 12:40:10 PST 2017
bryant added inline comments.
================
Comment at: cmake/modules/LLVM-Config.cmake:192
list(APPEND expanded_components "LLVM${c}Disassembler")
endif()
elseif( c STREQUAL "native" )
----------------
Were you also planning to add the missing target sub-components in this patch? I think LLVM${c}Utils is missing from here.
https://reviews.llvm.org/D28869
More information about the llvm-commits
mailing list