repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob
f0c42a0dd02b8e07b28b7e8af1d775a3d23dce50
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
TargetParser
4
)
5
6
add_llvm_unittest(BinaryFormatTests
7
DwarfTest.cpp
8
MachOTest.cpp
9
MsgPackDocumentTest.cpp
10
MsgPackReaderTest.cpp
11
MsgPackWriterTest.cpp
12
TestFileMagic.cpp
13
)
14