[PATCH] D68377: [Builtins] Teach Clang about memccpy

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 28 09:37:33 PDT 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a minor testing nit.



================
Comment at: clang/test/CodeGen/memccpy-libcall.c:13
+// CHECK: attributes #2 = { nobuiltin }
\ No newline at end of file

----------------
Please add the newline to the end of the file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68377





More information about the cfe-commits mailing list