[libc-commits] [PATCH] D74397: [libc] Adding memcpy implementation for x86_64

Nathan Chancellor via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Mar 22 15:01:40 PDT 2020


nathanchance added a comment.

This change breaks `-DLLVM_INCLUDE_TESTS=OFF`:

  $ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=libc -DLLVM_INCLUDE_TESTS=OFF ../llvm
  ...
  CMake Error at /home/nathan/src/llvm-project/libc/test/src/string/memory_utils/CMakeLists.txt:13 (target_compile_definitions):
    Cannot specify compile definitions for target "utils_test" which is not
    built by this project.
  ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74397





More information about the libc-commits mailing list