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
/
Object
/
BUILD.gn
blob
204e718b5311a9d62d03b24016f76d9a2b844544
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("ObjectTests") {
4
deps = [
5
"//llvm/lib/BinaryFormat",
6
"//llvm/lib/Object",
7
"//llvm/lib/Testing/Support",
8
]
9
sources = [
10
"MinidumpTest.cpp",
11
"SymbolSizeTest.cpp",
12
"SymbolicFileTest.cpp",
13
]
14
}