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
/
Bitstream
/
CMakeLists.txt
blob
a62003417d41aaf15d1abc0d8b1d7ba0cb9d259c
1
set(LLVM_LINK_COMPONENTS
2
BitstreamReader
3
)
4
5
add_llvm_unittest(BitstreamTests
6
BitstreamReaderTest.cpp
7
BitstreamWriterTest.cpp
8
)