summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/BinaryFormat/CMakeLists.txt
blob: 631936795b6c6cb460399f6188b76fe0dc16464f (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  BinaryFormat
  )

add_llvm_unittest(BinaryFormatTests
  DwarfTest.cpp
  TestFileMagic.cpp
  )

OpenPOWER on IntegriCloud