[llvm-dev] TargetRegistry and MC object ownership.

Rafael Avila de Espindola via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 11 11:36:53 PDT 2017


Lang Hames <lhames at gmail.com> writes:

>>
>> (4) Move target registration out of Support so that it can include the
>> required definitions from MC.
>
>
> Yep -- left that one out. Chalk that up to the fever. This seems like an
> ideal solution if we can do it.

Yes, that would be my favorite too. I don't know the history of why it
is in Support.

BTW, thanks for changes adding std::unique_ptr.

Cheers,
Rafael


More information about the llvm-dev mailing list