[libc] Add missing TableGen dependency

Differential Revision: https://reviews.llvm.org/D87689
This commit is contained in:
Guillaume Chatelet 2020-09-15 14:26:04 +00:00
parent 00d6e7116c
commit e328456a9e

View File

@ -2,6 +2,6 @@ add_llvm_library(
LibcTableGenUtil
APIIndexer.cpp
APIIndexer.h
LINK_COMPONENTS Support
LINK_COMPONENTS Support TableGen
)
target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})