[libc-commits] [libc] e328456 - [libc] Add missing TableGen dependency

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Tue Sep 15 07:26:14 PDT 2020


Author: Guillaume Chatelet
Date: 2020-09-15T14:26:04Z
New Revision: e328456a9e6fa8c1ef05e183c1506ed837005847

URL: https://github.com/llvm/llvm-project/commit/e328456a9e6fa8c1ef05e183c1506ed837005847
DIFF: https://github.com/llvm/llvm-project/commit/e328456a9e6fa8c1ef05e183c1506ed837005847.diff

LOG: [libc] Add missing TableGen dependency

Differential Revision: https://reviews.llvm.org/D87689

Added: 
    

Modified: 
    libc/utils/LibcTableGenUtil/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/utils/LibcTableGenUtil/CMakeLists.txt b/libc/utils/LibcTableGenUtil/CMakeLists.txt
index ae887a8bdb03..d2632a240bd3 100644
--- a/libc/utils/LibcTableGenUtil/CMakeLists.txt
+++ b/libc/utils/LibcTableGenUtil/CMakeLists.txt
@@ -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})


        


More information about the libc-commits mailing list