[all-commits] [llvm/llvm-project] 2c0e4e: RuntimeLibcalls: Remove LLVM_ABI from private memb...
Jinsong Ji via All-commits
all-commits at lists.llvm.org
Thu Nov 6 13:52:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c0e4e775c0f98149d5c48cb2a750926f6f74f4a
https://github.com/llvm/llvm-project/commit/2c0e4e775c0f98149d5c48cb2a750926f6f74f4a
Author: Jinsong Ji <jinsong.ji at intel.com>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
Log Message:
-----------
RuntimeLibcalls: Remove LLVM_ABI from private member variable declarations (#166776)
Seeing warnings:
llvm/include/llvm/CodeGen/LibcallLoweringInfo.h:15:46: error:
'visibility' attribute ignored [-Werror=attributes]
15 | LLVM_ABI const RTLIB::RuntimeLibcallsInfo &RTLCI;
llvm/include/llvm/CodeGen/LibcallLoweringInfo.h:18:25: error:
'visibility' attribute ignored [-Werror=attributes]
18 | RTLIB::Unsupported};
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