[lld] r262590 - [ELF] - add support for relocations against local symbols when producing relocatable output.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 15:34:37 PST 2016


> +  // Local symbol -> ID, filled only when producing relocatable output.
> +  llvm::DenseMap<const Elf_Sym *, uint32_t> Locals;
> +

You can just map input to output id using a std::vector, no?


More information about the llvm-commits mailing list