[DAGCombiner] Eliminate dead stores to stack.
[llvm-complete.git] / unittests / BinaryFormat / CMakeLists.txt
blob82d76ecf64a886df030d4e009225ef27a156aa5d
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   )
5 add_llvm_unittest(BinaryFormatTests
6   DwarfTest.cpp
7   MachOTest.cpp
8   MsgPackReaderTest.cpp
9   MsgPackTypesTest.cpp
10   MsgPackWriterTest.cpp
11   TestFileMagic.cpp
12   )