[llvm] r267378 - [Support/ELFRelocs] Add R_386_GOT32X.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 10:10:38 PDT 2016


> +ELF_RELOC(R_386_GOT32X,         43)
> +ELF_RELOC(R_386_NUM,            44)

We don't have a _NUM for the other architectures. We should probably
delete this one.

Cheers,
Rafael


More information about the llvm-commits mailing list