[all-commits] [llvm/llvm-project] aeec46: [libc][NFC] mark vprintf functions as inline
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Jul 20 14:50:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aeec4627e6df467ecb37367d6fbb140d6c9c2e10
https://github.com/llvm/llvm-project/commit/aeec4627e6df467ecb37367d6fbb140d6c9c2e10
Author: Michael Jones <michaelrj at google.com>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M libc/src/stdio/printf_core/vfprintf_internal.h
Log Message:
-----------
[libc][NFC] mark vprintf functions as inline
The functions are in a header, and so must be marked inline to avoid
symbol conflicts.
Differential Revision: https://reviews.llvm.org/D155892
More information about the All-commits
mailing list