[libc-commits] [PATCH] D144435: [libc][CMake] Missing TableGen include

Petr Hosek via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 21 11:58:27 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d7dad8ae0d2: [libc][CMake] Missing TableGen include (authored by phosek).

Repository:
  rG LLVM Github Monorepo

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

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.499263.patch
Type: text/x-patch
Size: 287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230221/c383e914/attachment.bin>


More information about the libc-commits mailing list