1a8c51b3fSopenharmony_ciinclude(FeatureSummary) 2a8c51b3fSopenharmony_ci 3a8c51b3fSopenharmony_cifind_program(LLVMAR_EXECUTABLE 4a8c51b3fSopenharmony_ci NAMES llvm-ar 5a8c51b3fSopenharmony_ci DOC "The llvm-ar executable" 6a8c51b3fSopenharmony_ci ) 7a8c51b3fSopenharmony_ci 8a8c51b3fSopenharmony_ciinclude(FindPackageHandleStandardArgs) 9a8c51b3fSopenharmony_cifind_package_handle_standard_args(LLVMAr 10a8c51b3fSopenharmony_ci DEFAULT_MSG 11a8c51b3fSopenharmony_ci LLVMAR_EXECUTABLE) 12a8c51b3fSopenharmony_ci 13a8c51b3fSopenharmony_ciSET_PACKAGE_PROPERTIES(LLVMAr PROPERTIES 14a8c51b3fSopenharmony_ci URL https://llvm.org/docs/CommandGuide/llvm-ar.html 15a8c51b3fSopenharmony_ci DESCRIPTION "create, modify, and extract from archives" 16a8c51b3fSopenharmony_ci) 17