[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 05:49:25 PDT 2020
gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
gchatelet requested review of this revision.
Repository:
rG LLVM Github Monorepo
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.291879.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200915/6ef4bd9c/attachment.bin>
More information about the libc-commits
mailing list