[all-commits] [llvm/llvm-project] 9c2e54: [libc] remove spurious LIBC_INLINE (#74505)

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Tue Dec 5 10:54:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c2e5449f4c7b8dea918cf9640a4cc26c6972866
      https://github.com/llvm/llvm-project/commit/9c2e5449f4c7b8dea918cf9640a4cc26c6972866
  Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
    M libc/src/__support/threads/linux/thread.cpp

  Log Message:
  -----------
  [libc] remove spurious LIBC_INLINE (#74505)

This function is marked noinline; the inline keyword (or whatever
LIBC_INLINE
resolves to) will have no effect.




More information about the All-commits mailing list