Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Object][x86-64] Add support for
R_X86_64_GLOB_DAT
relocati…
…ons. (llvm#103029)" (llvm#103497) This reverts commit 5ae9faa. RelocationResolver is only supposed to handle static relocation types. Introducing GLOB_DAT could negatively impact other RelocationResolver users who solely handle static relocations and want to report errors for dynamic relocations. If GLOB_DAT is the sole required relocation, explicitly checking for it in the caller would be more reliable. Additionally, the caller should handle GLOB_DAT on other architectures.
- Loading branch information