No, nothing from clang.<br><br><br><div class="gmail_quote">2009/6/7 Shantonu Sen <span dir="ltr"><<a href="mailto:ssen@apple.com">ssen@apple.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">Well, no. If you're getting:<div><div>clang: warning: argument unused during compilation: '-mcmodel=large'</div><div><br></div><div>Then it's an issue with clang not honoring the option and passing it through to the backend codegen layers.</div>
<div><br></div><div>
<span style="font-size: 12px;"><div style=""><div>Shantonu</div><div><br></div><div>Sent from my MacBook</div></div></span>
</div>
<br><div><div><div></div><div class="h5"><div>On Jun 7, 2009, at 10:13 AM, Andrea Orrù wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div class="h5">Do you confirm that? Do I have to put the same question in the llvm mailing list?<br>
<br><div class="gmail_quote">2009/6/7 Sebastian Redl <span dir="ltr"><<a href="mailto:sebastian.redl@getdesigned.at" target="_blank">sebastian.redl@getdesigned.at</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div>Andrea Orrů wrote:<br>
> Hello all,<br>
><br>
> I'm developing a hobby kernel for x86-64 machines,<br>
> and I put the kernel into the higher half.<br>
><br>
> I'm trying to switch from GCC to Clang, but it seems<br>
> that the latter doesn't support the -mcmodel=large<br>
> option, which is required in order to put the kernel<br>
> at the 0xFFFF800000000000 in virtual memory,<br>
> as specified in my linker script:<br>
> <a href="http://pastebin.com/f2f9e0112" target="_blank">http://pastebin.com/f2f9e0112</a><br>
><br>
> Any workarounds or plans for implementing that feature<br>
> in the Clang compiler?<br>
</div></div>Does Clang proper even care about the memory model? I think this is more<br>
an issue for LLVM core than Clang.<br>
<font color="#888888"><br>
Sebastian<br>
</font></blockquote></div><br></div></div>
_______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div></div></blockquote></div><br>