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

add_llvm_unittest(BinaryFormatTests
  DwarfTest.cpp
  MachOTest.cpp
  TestFileMagic.cpp
  )

OpenPOWER on IntegriCloud