<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 14, 2014 at 3:54 PM, Nick Lewycky <span dir="ltr"><<a href="mailto:nlewycky@google.com" target="_blank">nlewycky@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  A Module more or less corresponds to a single .o file, which makes storing<br>
  properties like linker flags a bit unusual. (This is true regardless of whether<br>
  you make it a first class property or use named metadata.) Could you explain<br>
  why it belongs here?<br></blockquote><div><br></div><div>Unusual for ELF, but both MachO and COFF apparently have places to store linker flags.  So, we have to float that through LLVM's Module.  =/</div></div></div>
</div>