[all-commits] [llvm/llvm-project] 6c0e6f: [profile] Add static keyword to binary id functions
gulfemsavrun via All-commits
all-commits at lists.llvm.org
Mon Aug 16 12:37:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c0e6f91d7f02cecdf11efb26050c48680a806ce
https://github.com/llvm/llvm-project/commit/6c0e6f91d7f02cecdf11efb26050c48680a806ce
Author: Gulfem Savrun Yeniceri <gulfem at google.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
Log Message:
-----------
[profile] Add static keyword to binary id functions
This patch adds static keyword to internal functions that write
binary id to restrict visibility to the file that they are declared.
Differential Revision: https://reviews.llvm.org/D108154
More information about the All-commits
mailing list