<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">I am working on a patch where the
      options are going to be defined in the target. There would be a
      TargetInfo class which would define all the needed options which
      WriterELFOptions / ReaderELFOptions would contain.<br>
      <br>
      Thanks<br>
      <br>
      Shankar Easwaran<br>
      <br>
      On 1/17/2013 8:43 AM, Ahmed Bougacha wrote:<br>
    </div>
    <blockquote
cite="mid:CAOprbYTwNx_kwM=7R10h1Lv9O2EVPV_3wSqFGy65ZWGd+U6sXg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi Michael, Nick, all,

I was toying with lld when I noticed command-line and target-defined
entrypoints are never used, with the entrypoint always defaulting to
_start. With the small attached patch it works as expected.

When writing a testcase, I also noticed lld-core doesn't accept a
--entry= argument, so I added it too. For now, this is only used by
WriterOptionsELF.

As to other writers, how about making WriterOptionsELF a WriterOptions
and adding the entrypoint there for all Writers to use? If no one is
working on it and it's ok I can take care of it.

Thanks,

-- Ahmed Bougacha
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation</pre>
  </body>
</html>