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
/
Bitcode
/
BUILD.gn
blob
6200a0f07cd62088877d1a595980c5b2caccdcf4
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("BitcodeTests") {
4
deps = [
5
"//llvm/lib/AsmParser",
6
"//llvm/lib/Bitcode/Reader",
7
"//llvm/lib/Bitcode/Writer",
8
"//llvm/lib/IR",
9
"//llvm/lib/Support",
10
]
11
sources = [
12
"BitReaderTest.cpp",
13
"DataLayoutUpgradeTest.cpp",
14
]
15
}