[libc-commits] [PATCH] D115542: [libc] fix memcpy builtin looping

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 10 12:06:45 PST 2021


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/cmake/modules/LLVMLibCLibraryRules.cmake:139
     "" # No Single value arguments
-    "HDRS;DEPENDS" # Multi-value arguments
+    "HDRS;DEPENDS;COMPILE_OPTIONS" # Multi-value arguments
     ${ARGN}
----------------
Remove this also as CMake makes compile options for header only libraries almost pointless. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115542



More information about the libc-commits mailing list