[all-commits] [llvm/llvm-project] 6a3ace: [libc] remove redundant call_once (#79226)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Jan 23 15:38:24 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a3ace20c80191159009668fff82fc3feeeca0a6
https://github.com/llvm/llvm-project/commit/6a3ace20c80191159009668fff82fc3feeeca0a6
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
R libc/src/threads/linux/call_once.cpp
R libc/src/threads/linux/thread_start_args.h.def
Log Message:
-----------
[libc] remove redundant call_once (#79226)
Missed cleanup from https://reviews.llvm.org/D134716.
Fixes: #79220
More information about the All-commits
mailing list