Home | History | Annotate | Download | only in llvm-nm
      1 set(LLVM_LINK_COMPONENTS
      2   AllTargetsAsmParsers
      3   AllTargetsDescs
      4   AllTargetsInfos
      5   BinaryFormat
      6   Core
      7   Demangle
      8   Object
      9   Support
     10   )
     11 
     12 add_llvm_tool(llvm-nm
     13   llvm-nm.cpp
     14 
     15   DEPENDS
     16   intrinsics_gen
     17   )
     18 
     19 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
     20   add_llvm_tool_symlink(nm llvm-nm)
     21 endif()
     22