a43fef05d4
This name is not namespaced. Requested in D126717 Differential Revision: https://reviews.llvm.org/D126725
12 lines
224 B
CMake
12 lines
224 B
CMake
set(LLVM_LINK_COMPONENTS Support)
|
|
list(REMOVE_ITEM LLVM_COMMON_DEPENDS clang-tablegen-targets)
|
|
|
|
add_clang_executable(clang-pseudo-gen
|
|
Main.cpp
|
|
)
|
|
|
|
target_link_libraries(clang-pseudo-gen
|
|
PRIVATE
|
|
clangPseudoGrammar
|
|
)
|