[all-commits] [llvm/llvm-project] 38d7f8: [libc] Add missing return statements to wrapper fu...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Mar 15 20:16:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38d7f855b84b2a485e7a229db7900031b558c788
      https://github.com/llvm/llvm-project/commit/38d7f855b84b2a485e7a229db7900031b558c788
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M libc/test/IntegrationTest/test.cpp

  Log Message:
  -----------
  [libc] Add missing return statements to wrapper functions

Summary:
I forgot to add return statements to these memory comparison functions.
This should hopefully resolve some BB errors.




More information about the All-commits mailing list