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
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
unittests
/
Bitcode
/
CMakeLists.txt
blob
e329e98226d963d1d9350c50e636d92baf06d274
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
DataLayoutUpgradeTest.cpp
12
)