Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2022-10-14 16:21:52 +0300
committerGuillaume Chatelet <gchatelet@google.com>2022-10-14 16:21:52 +0300
commit6d252a48884f12bd5f48764e3b25e1dfb81f00cd (patch)
tree10de6a5c39ab484affaf216e23274f6a4483e42a /utils
parent84f887c82b349afa6f4ac7b70461b735c707c28a (diff)
Revert "[libc] New version of the mem* framework"
This reverts commit 9721687835a7df5da0c9482cf684c11b8ba97f75.
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/BUILD.bazel9
1 files changed, 3 insertions, 6 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index f94b50268a72..90aea2c75cc2 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -973,10 +973,9 @@ no_sanitize_features = [
cc_library(
name = "string_memory_utils",
hdrs = [
- "src/string/memory_utils/op_aarch64.h",
- "src/string/memory_utils/op_builtin.h",
- "src/string/memory_utils/op_generic.h",
- "src/string/memory_utils/op_x86.h",
+ "src/string/memory_utils/elements.h",
+ "src/string/memory_utils/elements_aarch64.h",
+ "src/string/memory_utils/elements_x86.h",
"src/string/memory_utils/utils.h",
],
textual_hdrs = [
@@ -989,8 +988,6 @@ cc_library(
deps = [
":__support_common",
":__support_cpp_bit",
- ":__support_cpp_type_traits",
- ":__support_cpp_array",
":libc_root",
],
)