Raw File
CMakeLists.txt
set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)

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