[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 16:23:38 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf1190bc0db9b: [libc][obvious] fix comparison test cmake (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

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.469401.patch
Type: text/x-patch
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221020/f18e1f21/attachment.bin>


More information about the libc-commits mailing list