forked from OSchip/llvm-project
[profile] Hide lprofCurFilename
Differential Revision: https://reviews.llvm.org/D24885 llvm-svn: 282294
This commit is contained in:
parent
a1fead293f
commit
ac9fbf9085
|
@ -82,7 +82,8 @@ typedef struct lprofFilename {
|
|||
ProfileNameSpecifier PNS;
|
||||
} lprofFilename;
|
||||
|
||||
lprofFilename lprofCurFilename = {0, 0, 0, {0}, {0}, 0, 0, 0, PNS_unknown};
|
||||
static lprofFilename lprofCurFilename = {0, 0, 0, {0}, {0},
|
||||
0, 0, 0, PNS_unknown};
|
||||
|
||||
int getpid(void);
|
||||
static int getCurFilenameLength();
|
||||
|
|
Loading…
Reference in New Issue