repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Commit r331416 breaks the big-endian PPC bot. On the big endian build, we
[llvm-core.git]
/
unittests
/
Bitcode
/
CMakeLists.txt
blob
4d06f8008d389eb56ea8e6bd710e4c9fb5bf64c4
1
set(LLVM_LINK_COMPONENTS
2
AsmParser
3
BitReader
4
BitWriter
5
Core
6
Support
7
)
8
9
add_llvm_unittest(BitcodeTests
10
BitReaderTest.cpp
11
BitstreamReaderTest.cpp
12
BitstreamWriterTest.cpp
13
)