• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMBitReader
2  BitcodeAnalyzer.cpp
3  BitReader.cpp
4  BitcodeReader.cpp
5  MetadataLoader.cpp
6  ValueList.cpp
7
8  ADDITIONAL_HEADER_DIRS
9  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode
10
11  DEPENDS
12  intrinsics_gen
13
14  LINK_COMPONENTS
15  BitstreamReader
16  Core
17  Support
18  )
19