mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-13 07:50:41 +00:00
8a4442a342
Summary: I'm planning on changing the way we load metadata to enable laziness. I'm getting lost in this gigantic files, and gigantic class that is the bitcode reader. This is a first toward splitting it in a few coarse components that are more easily understandable. Reviewers: pcc, tejohnson Subscribers: mgorny, llvm-commits, dexonsmith Differential Revision: https://reviews.llvm.org/D27646 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289461 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
224 B
CMake
14 lines
224 B
CMake
add_llvm_library(LLVMBitReader
|
|
BitReader.cpp
|
|
BitcodeReader.cpp
|
|
BitstreamReader.cpp
|
|
MetadataLoader.cpp
|
|
ValueList.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|