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

add_llvm_unittest(ObjectTests
  SymbolSizeTest.cpp
  )

OpenPOWER on IntegriCloud