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
/
Bitstream
/
BUILD.gn
blob
373a26bafccc5c7b70ea121eb9c5bad8bb1ab574
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("BitstreamTests") {
4
deps = [
5
"//llvm/lib/Bitstream/Reader",
6
]
7
sources = [
8
"BitstreamReaderTest.cpp",
9
"BitstreamWriterTest.cpp",
10
]
11
}