Compiler projects using llvm
set(LLVM_LINK_COMPONENTS
  AllTargetsInfos
  MC
  Object
  Support
  )

add_llvm_tool(llvm-cxxdump
  llvm-cxxdump.cpp
  Error.cpp
  )