repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Eliminate dead stores to stack.
[llvm-complete.git]
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob
82d76ecf64a886df030d4e009225ef27a156aa5d
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
)
4
5
add_llvm_unittest(BinaryFormatTests
6
DwarfTest.cpp
7
MachOTest.cpp
8
MsgPackReaderTest.cpp
9
MsgPackTypesTest.cpp
10
MsgPackWriterTest.cpp
11
TestFileMagic.cpp
12
)
13