• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_library(LLVMBitReader
2  BitReader.cpp
3  BitcodeReader.cpp
4  BitstreamReader.cpp
5
6  ADDITIONAL_HEADER_DIRS
7  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode
8  )
9
10add_dependencies(LLVMBitReader intrinsics_gen)
11