summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization/CMakeLists.txt
blob: 3712009bf37d5d043a8b6d2acb133716d877e206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(LLVM_TARGET_DEFINITIONS ../Basic/Attr.td)
tablegen(AttrPCHRead.inc
         -gen-clang-attr-pch-read
         -I ${CMAKE_CURRENT_SOURCE_DIR}/../../)
add_custom_target(ClangAttrPCHRead
  DEPENDS AttrPCHRead.inc)

tablegen(AttrPCHWrite.inc
         -gen-clang-attr-pch-write
         -I ${CMAKE_CURRENT_SOURCE_DIR}/../../)
add_custom_target(ClangAttrPCHWrite
  DEPENDS AttrPCHWrite.inc)
OpenPOWER on IntegriCloud