projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't look for a SHT_DYNSYM in the ELFFile's constructor.
[oota-llvm.git]
/
unittests
/
Bitcode
/
CMakeLists.txt
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
)