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 004ec8e commit f1e4142Copy full SHA for f1e4142
compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
@@ -20,15 +20,6 @@
20
#include "InstrProfiling.h"
21
#include "InstrProfilingInternal.h"
22
23
-#if defined(__FreeBSD__) && !defined(ElfW)
24
-/*
25
- * FreeBSD's elf.h and link.h headers do not define the ElfW(type) macro yet.
26
- * If this is added to all supported FreeBSD versions in the future, this
27
- * compatibility macro can be removed.
28
- */
29
-#define ElfW(type) __ElfN(type)
30
-#endif
31
-
32
#define PROF_DATA_START INSTR_PROF_SECT_START(INSTR_PROF_DATA_COMMON)
33
#define PROF_DATA_STOP INSTR_PROF_SECT_STOP(INSTR_PROF_DATA_COMMON)
34
#define PROF_NAME_START INSTR_PROF_SECT_START(INSTR_PROF_NAME_COMMON)
0 commit comments