blob: b823e83f906bdd41dbf67e980f79d2a2ddc4eeb5 (
plain)
1
2
3
4
5
6
|
set(LLVM_TARGET_DEFINITIONS ../Basic/Attr.td)
tablegen(AttrSpellings.inc
-gen-clang-attr-spelling-list
-I ${CMAKE_CURRENT_SOURCE_DIR}/../../)
add_custom_target(ClangAttrSpellings
DEPENDS AttrSpellings.inc)
|