[profile] Change linkage type of a compiler-rt func
This patch changes the linkage type of a compiler-rt func (__llvm_write_binary_ids) to fix the sanitizer-windows bot build issue introduced in change f984ac27. The issue is as the following: C:\b\slave\sanitizer-windows\llvm-project\compiler-rt\lib\profile\InstrProfilingInternal.h(201): error C2496: '__llvm_write_binary_ids': 'selectany' can only be applied to data items with external linkage
Loading
Please sign in to comment