blob: 4192c1ffa879c11b3386054f33bee3bb496b5150 [file]
set(HLSL_IGNORE_SOURCES BitReader.cpp)
add_llvm_library(LLVMBitReader
# BitReader.cpp # HLSL Change - this is just the C wrapper
BitcodeReader.cpp
BitstreamReader.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode
)
add_dependencies(LLVMBitReader intrinsics_gen)