CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS bitreader)

add_llvm_tool(llvm-bcanalyzer
  llvm-bcanalyzer.cpp
  )