1set(LLVM_LINK_COMPONENTS
2  debuginfo
3  object
4  support
5  )
6
7set(DebugInfoSources
8  DWARFFormValueTest.cpp
9  )
10
11add_llvm_unittest(DebugInfoTests
12  ${DebugInfoSources}
13  )
14