• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMRemarks
2  BitstreamRemarkParser.cpp
3  BitstreamRemarkSerializer.cpp
4  Remark.cpp
5  RemarkFormat.cpp
6  RemarkLinker.cpp
7  RemarkParser.cpp
8  RemarkSerializer.cpp
9  RemarkStreamer.cpp
10  RemarkStringTable.cpp
11  YAMLRemarkParser.cpp
12  YAMLRemarkSerializer.cpp
13
14  ADDITIONAL_HEADER_DIRS
15  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Remarks
16
17  LINK_COMPONENTS
18  BitstreamReader
19  Support
20
21  DEPENDS
22  intrinsics_gen
23)
24