[libc-commits] [PATCH] D144435: [libc][CMake] Missing TableGen include
Petr Hosek via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Feb 20 15:08:52 PST 2023
phosek created this revision.
phosek added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
phosek requested review of this revision.
HdrGen CMake build uses TableGen so it should include TableGen module.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144435
Files:
libc/utils/HdrGen/CMakeLists.txt
Index: libc/utils/HdrGen/CMakeLists.txt
===================================================================
--- libc/utils/HdrGen/CMakeLists.txt
+++ libc/utils/HdrGen/CMakeLists.txt
@@ -1,3 +1,5 @@
+include(TableGen)
+
set(LLVM_LINK_COMPONENTS Support)
add_tablegen(libc-hdrgen LIBC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144435.498970.patch
Type: text/x-patch
Size: 287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230220/fb0e80ec/attachment.bin>
More information about the libc-commits
mailing list