Displaying 1 result from an estimated 1 matches for "autlolink".
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
--remo...