mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 13:05:52 -04:00

This avoids an issue where AtEndOfStream mistakenly returns true at the /start/ of a stream. (In the rare case that the size is known and actually 0, the slow path will still handle it correctly.) llvm-svn: 221840
13 lines
164 B
CMake
13 lines
164 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AsmParser
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(BitcodeTests
|
|
BitReaderTest.cpp
|
|
BitstreamReaderTest.cpp
|
|
)
|