[PATH] Change how MachOLinkingContext initializes defaults

Rui Ueyama ruiu at google.com
Sun Dec 1 17:01:04 PST 2013


Nick is the right person to review.


On Tue, Nov 26, 2013 at 6:22 PM, Joe Ranieri <joe at alacatialabs.com> wrote:

> Currently MachOLinkingContext::validateImpl tries to detect invalid
> values and also set default values for things that the user has not
> explicitly set. The attached patch splits out initialization into its
> own function should be called once the file type, operating system,
> and architecture are all known. Later calls to the MachOLinkingContext
> by the driver (or users of the library) can overwrite these values and
> validateImp doesn't have to perform any guessing games.
>
> -- Joe Ranieri
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131201/a859f1a1/attachment.html>


More information about the llvm-commits mailing list