1a8c51b3fSopenharmony_ciinclude(FeatureSummary)
2a8c51b3fSopenharmony_ci
3a8c51b3fSopenharmony_cifind_program(LLVMNM_EXECUTABLE
4a8c51b3fSopenharmony_ci  NAMES llvm-nm
5a8c51b3fSopenharmony_ci  DOC "The llvm-nm executable"
6a8c51b3fSopenharmony_ci  )
7a8c51b3fSopenharmony_ci
8a8c51b3fSopenharmony_ciinclude(FindPackageHandleStandardArgs)
9a8c51b3fSopenharmony_cifind_package_handle_standard_args(LLVMNm
10a8c51b3fSopenharmony_ci  DEFAULT_MSG
11a8c51b3fSopenharmony_ci  LLVMNM_EXECUTABLE)
12a8c51b3fSopenharmony_ci
13a8c51b3fSopenharmony_ciSET_PACKAGE_PROPERTIES(LLVMNm PROPERTIES
14a8c51b3fSopenharmony_ci  URL https://llvm.org/docs/CommandGuide/llvm-nm.html
15a8c51b3fSopenharmony_ci  DESCRIPTION "list LLVM bitcode and object file’s symbol table"
16a8c51b3fSopenharmony_ci)
17