mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-17 13:51:21 +00:00

Split helper out of EmitRecordWithAbbrevImpl called emitBlob to reduce code duplication, and add a few tests for it. No functionality change intended. llvm-svn: 264550
14 lines
190 B
CMake
14 lines
190 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AsmParser
|
|
BitReader
|
|
BitWriter
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(BitcodeTests
|
|
BitReaderTest.cpp
|
|
BitstreamReaderTest.cpp
|
|
BitstreamWriterTest.cpp
|
|
)
|