[PATCH] factor duplicated yamlReader creation
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Jun 10 13:17:14 PDT 2013
> TargetInfo may be a object that would be held by the user, when lld is used as an API. I dont think we should change any users data structure
I am not sure I understand. It is an abstract base class. A user
holding a TargetInfo is actually holding one of the implementation and
those are already modified. It is just that now they are modified from
one place.
Cheers,
Rafael
More information about the llvm-commits
mailing list