1a8c51b3fSopenharmony_ciinclude(FeatureSummary) 2a8c51b3fSopenharmony_ci 3a8c51b3fSopenharmony_cifind_program(LLVMRANLIB_EXECUTABLE 4a8c51b3fSopenharmony_ci NAMES llvm-ranlib 5a8c51b3fSopenharmony_ci DOC "The llvm-ranlib executable" 6a8c51b3fSopenharmony_ci ) 7a8c51b3fSopenharmony_ci 8a8c51b3fSopenharmony_ciinclude(FindPackageHandleStandardArgs) 9a8c51b3fSopenharmony_cifind_package_handle_standard_args(LLVMRanLib 10a8c51b3fSopenharmony_ci DEFAULT_MSG 11a8c51b3fSopenharmony_ci LLVMRANLIB_EXECUTABLE) 12a8c51b3fSopenharmony_ci 13a8c51b3fSopenharmony_ciSET_PACKAGE_PROPERTIES(LLVMRanLib PROPERTIES 14a8c51b3fSopenharmony_ci DESCRIPTION "generate index for LLVM archive" 15a8c51b3fSopenharmony_ci) 16