[libc-commits] [PATCH] D87689: [libc] Add missing TableGen dependency

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe328456a9e6f: [libc] Add missing TableGen dependency (authored by gchatelet).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87689/new/

https://reviews.llvm.org/D87689

Files:
  libc/utils/LibcTableGenUtil/CMakeLists.txt


Index: libc/utils/LibcTableGenUtil/CMakeLists.txt
===================================================================
--- libc/utils/LibcTableGenUtil/CMakeLists.txt
+++ libc/utils/LibcTableGenUtil/CMakeLists.txt
@@ -2,6 +2,6 @@
   LibcTableGenUtil
   APIIndexer.cpp
   APIIndexer.h
-  LINK_COMPONENTS Support
+  LINK_COMPONENTS Support TableGen
 )
 target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87689.291915.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200915/351cd8a4/attachment.bin>


More information about the libc-commits mailing list