llvm-project/llvm/test/tools/dsymutil
Augusto Noronha 9b3af5e7b7 [dsymutil] Apply relocations present in Swift reflection sections
The strippable Swift reflection sections contain subtractor relocations
that need to be applied. There are two situations we need to support.
1) Both symbols used in the relocation come from the .o file (for
   example, one symbol lives in __swift5_fieldmd and the second in
   __swift5_reflstr).
2) One symbol comes from th .o file and the second from the main
   binary (for example, __swift5_fieldmd and __swift5_typeref).

Differential Revision: https://reviews.llvm.org/D120574
2022-03-17 14:23:20 -03:00
..
ARM [dsymutil] Copy symbol table regardless of LINKEDIT segment 2022-02-25 13:24:39 -08:00
Inputs [dsymutil] Copy symbol table regardless of LINKEDIT segment 2022-02-25 13:24:39 -08:00
X86 [dsymutil] Apply relocations present in Swift reflection sections 2022-03-17 14:23:20 -03:00
absolute_symbol.test
arch-option.test
archive-timestamp.test [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
basic-linking.test
cmdline.test [dsymutil] Add flag to force a static variable to keep its enclosing function 2021-04-28 11:33:04 -07:00
debug-map-parsing.test [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
dump-symtab.test
fat-binary-output.test
null-die.test
yaml-object-address-rewrite.test