Raw File
CMakeLists.txt
set(LLVM_LINK_COMPONENTS archive bitreader object)

add_llvm_tool(llvm-readobj
  llvm-readobj.cpp
  )
back to top