We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1242e01 commit d5af513Copy full SHA for d5af513
compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
@@ -77,7 +77,7 @@ ValueProfNode *EndVNode = &VNodesEnd;
77
/* lld-link provides __buildid symbol which ponits to the 16 bytes build id when
78
* using /build-id flag. https://lld.llvm.org/windows_support.html#lld-flags */
79
#define BUILD_ID_LEN 16
80
-COMPILER_RT_WEAK extern uint8_t __buildid[BUILD_ID_LEN];
+COMPILER_RT_WEAK uint8_t __buildid[BUILD_ID_LEN];
81
COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) {
82
if (*__buildid) {
83
if (Writer &&
0 commit comments