search for: c73819a8

Displaying 1 result from an estimated 1 matches for "c73819a8".

2019 Aug 06
2
[lld] section attributes lld can use to safely drop a section from obj files
Hello llvm\lld, The autlolink feature in swift appends a section to the obj files (.swift1_autolink_entries) that is later need to determine what t link against in the final linked binary. I am trying to get rid of these section in the final linked binary at link time. I understand this could be done with (llvm-objcopy --remove-section=.swift1_autolink_entries) but would like have the linker