[all-commits] [llvm/llvm-project] 9088f3: [libc] Fix LIBC_INLINE build error in riscv/irelat...
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Wed Feb 25 01:10:00 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9088f38021d6f7f4c6852e63ea6988b87be81cc8
https://github.com/llvm/llvm-project/commit/9088f38021d6f7f4c6852e63ea6988b87be81cc8
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M libc/startup/linux/riscv/irelative.cpp
Log Message:
-----------
[libc] Fix LIBC_INLINE build error in riscv/irelative.cpp (#183249)
LIBC_INLINE is defined in attributes.h, which was not included. Since
constexpr already implies inline, simply remove the LIBC_INLINE
qualifier from the static helper, matching the x86_64 and aarch64
irelative implementations.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list