[all-commits] [llvm/llvm-project] 2cbe8d: [NFC][DWP] Make `getContributionIndex` static (#14...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Sat May 31 07:33:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cbe8df1819f9c4e2e89d13b933c5a594bbe3a0f
https://github.com/llvm/llvm-project/commit/2cbe8df1819f9c4e2e89d13b933c5a594bbe3a0f
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M llvm/include/llvm/DWP/DWP.h
M llvm/lib/DWP/DWP.cpp
Log Message:
-----------
[NFC][DWP] Make `getContributionIndex` static (#141708)
Remove `getContributionIndex` declaration from header and make it static
as it seems to be only used within the .cpp file.
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