blob: 631936795b6c6cb460399f6188b76fe0dc16464f [file] [log] [blame]
Zachary Turner264b5d92017-06-07 03:48:56 +00001set(LLVM_LINK_COMPONENTS
2 BinaryFormat
3 )
4
5add_llvm_unittest(BinaryFormatTests
6 DwarfTest.cpp
7 TestFileMagic.cpp
8 )
9