Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / BinaryFormat / CMakeLists.txt
blobf0c42a0dd02b8e07b28b7e8af1d775a3d23dce50
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   TargetParser
4   )
6 add_llvm_unittest(BinaryFormatTests
7   DwarfTest.cpp
8   MachOTest.cpp
9   MsgPackDocumentTest.cpp
10   MsgPackReaderTest.cpp
11   MsgPackWriterTest.cpp
12   TestFileMagic.cpp
13   )