[libc-commits] [PATCH] D136388: [libc][obvious] fix comparison test cmake
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 20 15:41:15 PDT 2022
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
The name of the libc target changed, this patch updates the cmake for
the string to float comparison test to use the correct name.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136388
Files:
libc/test/src/__support/CMakeLists.txt
Index: libc/test/src/__support/CMakeLists.txt
===================================================================
--- libc/test/src/__support/CMakeLists.txt
+++ libc/test/src/__support/CMakeLists.txt
@@ -91,7 +91,7 @@
target_link_libraries(libc_str_to_float_comparison_test
PRIVATE
- llvmlibc
+ "${LIBC_TARGET}"
)
add_executable(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136388.469382.patch
Type: text/x-patch
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221020/e27fe549/attachment.bin>
More information about the libc-commits
mailing list