OSDN Git Service

[libc] Add missing TableGen dependency
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Sep 2020 14:26:04 +0000 (14:26 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Sep 2020 14:26:04 +0000 (14:26 +0000)
Differential Revision: https://reviews.llvm.org/D87689

libc/utils/LibcTableGenUtil/CMakeLists.txt

index ae887a8..d2632a2 100644 (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})