[libc-commits] [PATCH] D117979: [libc][cmake] Make `add_tablegen` calls match others
John Ericson via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jan 24 10:36:50 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0a3d946e7bb4: [libc][cmake] Make `add_tablegen` calls match others (authored by Ericson2314).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117979/new/
https://reviews.llvm.org/D117979
Files:
libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
libc/utils/tools/WrapperGen/CMakeLists.txt
Index: libc/utils/tools/WrapperGen/CMakeLists.txt
===================================================================
--- libc/utils/tools/WrapperGen/CMakeLists.txt
+++ libc/utils/tools/WrapperGen/CMakeLists.txt
@@ -1,6 +1,6 @@
set(LLVM_LINK_COMPONENTS Support)
-add_tablegen(libc-wrappergen llvm-libc
+add_tablegen(libc-wrappergen LLVM_LIBC
Main.cpp
)
Index: libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
===================================================================
--- libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
+++ libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_tablegen(libc-prototype-testgen llvm-libc
+add_tablegen(libc-prototype-testgen LLVM_LIBC
PrototypeTestGen.cpp
)
target_link_libraries(libc-prototype-testgen PRIVATE LibcTableGenUtil)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117979.402587.patch
Type: text/x-patch
Size: 804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220124/7276c20c/attachment.bin>
More information about the libc-commits
mailing list