view unittests/CodeGen/CMakeLists.txt @ 109:6916f1d3a436

meu
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 03:02:03 +0900
parents e4204d083e25
children 1172e4bd9c6f
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  AsmPrinter
  Support
  )

set(CodeGenSources
  DIEHashTest.cpp
  )

add_llvm_unittest(CodeGenTests
  ${CodeGenSources}
  )