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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
BinaryFormat
/
BUILD.gn
blob
b6b9dc7f1533e365e31f51b9bca9d72f5b4311f4
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("BinaryFormatTests") {
4
deps = [
5
"//llvm/lib/BinaryFormat",
6
]
7
sources = [
8
"DwarfTest.cpp",
9
"MachOTest.cpp",
10
"MsgPackDocumentTest.cpp",
11
"MsgPackReaderTest.cpp",
12
"MsgPackWriterTest.cpp",
13
"TestFileMagic.cpp",
14
]
15
}