[libc-commits] [PATCH] D146177: [libc] Add aliases to C memory functions for integration tests
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 15 16:39:35 PDT 2023
michaelrj added inline comments.
================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:451-452
libc.src.unistd.environ
)
- list(APPEND memory_functions
+ list(APPEND fq_deps_list
libc.src.string.bcmp
----------------
if these appends are both done unconditionally to the same list they can probably be combined.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146177/new/
https://reviews.llvm.org/D146177
More information about the libc-commits
mailing list