[patch] Delete Reloc::Default.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 15:00:57 PDT 2016


On 18 May 2016 at 16:05, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Hi Rafael,
>
> This is NFC right? I skimmed through it and it seems that Reloc::Default is handled now by Optional<Reloc::Model>, right?

Correct. The idea is that now we have a type safe way of making sure
the default is mapped to one of the 3 options early on.

> If I understood this correctly, then LGTM.
>
> Cheers,
>
> --
> Mehdi
>

Thanks,
Rafael


More information about the llvm-commits mailing list