diff options
Diffstat (limited to 'llvm/cmake/modules/TableGen.cmake')
-rw-r--r-- | llvm/cmake/modules/TableGen.cmake | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/cmake/modules/TableGen.cmake b/llvm/cmake/modules/TableGen.cmake index 98646bc16df..452a728db4f 100644 --- a/llvm/cmake/modules/TableGen.cmake +++ b/llvm/cmake/modules/TableGen.cmake @@ -79,13 +79,7 @@ macro(add_tablegen target project) set(LLVM_ENABLE_OBJLIB ON) endif() - add_llvm_utility( - ${target} ${ARGN} - # libLLVM does not include the TableGen - # components, so we cannot link any tblgen - # utilities against it. - DISABLE_LLVM_LINK_LLVM_DYLIB) - + add_llvm_utility(${target} ${ARGN}) set(LLVM_LINK_COMPONENTS ${${target}_OLD_LLVM_LINK_COMPONENTS}) set(${project}_TABLEGEN "${target}" CACHE |