We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ab251 commit 5f78d38Copy full SHA for 5f78d38
compiler-rt/lib/profile/InstrProfiling.c
@@ -16,7 +16,6 @@
16
#define INSTR_PROF_VALUE_PROF_DATA
17
#include "InstrProfData.inc"
18
19
-COMPILER_RT_VISIBILITY char *(*GetEnvHook)(const char *) = 0;
20
21
COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR = INSTR_PROF_RAW_VERSION;
22
compiler-rt/lib/profile/InstrProfilingInternal.h
@@ -170,7 +170,6 @@ uint64_t lprofGetLoadModuleSignature();
170
unsigned lprofProfileDumped();
171
void lprofSetProfileDumped();
172
173
-COMPILER_RT_VISIBILITY extern char *(*GetEnvHook)(const char *);
174
COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
175
COMPILER_RT_VISIBILITY extern uint8_t *DynamicBufferIOBuffer;
176
COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize;
0 commit comments