view tools/llvm-dwp/CMakeLists.txt @ 129:9ec641e857f8

Fix compile error to update llvm 5.0
author mir3636
date Tue, 12 Dec 2017 19:42:58 +0900
parents 1172e4bd9c6f
children 3a76565eade5
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  AsmPrinter
  DebugInfoDWARF
  MC
  Object
  Support
  Target
  )

add_llvm_tool(llvm-dwp
  llvm-dwp.cpp
  DWPError.cpp

  DEPENDS
  intrinsics_gen
  )