[memprof] Update YAML traits for writer purposes (#118720)
[llvm-project.git] / clang-tools-extra / clang-tidy / misc / ConfusableTable / CMakeLists.txt
blobf0ad2dbc0c5789812b4a2e4fbb02ea2c5179401b
1 set(LLVM_LINK_COMPONENTS Support)
2 list(REMOVE_ITEM LLVM_COMMON_DEPENDS clang-tablegen-targets)
4 add_llvm_executable(clang-tidy-confusable-chars-gen
5   BuildConfusableTable.cpp
6   )