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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob
c058402638bcd41f26d55085c0a8a9d51116f921
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
)
4
5
add_llvm_unittest(BinaryFormatTests
6
DwarfTest.cpp
7
MachOTest.cpp
8
MsgPackDocumentTest.cpp
9
MsgPackReaderTest.cpp
10
MsgPackWriterTest.cpp
11
TestFileMagic.cpp
12
)
13