llvm-objcopy creates three symbols whenever it is used for binary input generating ELF output, representing the start address, end address and size of the data in the new .data section. These symbols all have STV_DEFAULT visibility. This diff allows the visibility to be specified with --binary-symbol-visibility.