[libc-commits] [PATCH] D128746: [libc] disable algorithm_test.cpp temporarily
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 28 11:23:01 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1088d4ad749f: [libc] disable algorithm_test.cpp temporarily (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128746/new/
https://reviews.llvm.org/D128746
Files:
libc/test/src/string/memory_utils/CMakeLists.txt
Index: libc/test/src/string/memory_utils/CMakeLists.txt
===================================================================
--- libc/test/src/string/memory_utils/CMakeLists.txt
+++ libc/test/src/string/memory_utils/CMakeLists.txt
@@ -4,7 +4,7 @@
libc_string_unittests
SRCS
address_test.cpp
- algorithm_test.cpp
+ # algorithm_test.cpp
backend_test.cpp
elements_test.cpp
memory_access_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128746.440705.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220628/4af5db79/attachment.bin>
More information about the libc-commits
mailing list