<div class="gmail_quote">2011/9/30 Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Fri, Sep 30, 2011 at 2:44 AM, Ruben Van Boxem<br>
<<a href="mailto:vanboxem.ruben@gmail.com">vanboxem.ruben@gmail.com</a>> wrote:<br>
> <a href="http://llvm.org/bugs/show_bug.cgi?id=10978" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=10978</a><br>
><br>
> Attached is a revised patch that also uses X86AttributesSema for x86_64, and<br>
> rejects the force_align_arg_pointer attribute for x86_64.<br>
><br>
> The testcase is just a copy of the existing dllimport-dllexport test, but I<br>
> modified the triple used. I hope this is correct, otherwise, please show me<br>
> how cause I don't know how to set the test options.<br>
<br>
</div></div>You can just run the existing test with multiple triples; multiple RUN<br>
lines work the way you would expect.<br></blockquote><div><br>Fixed.<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
@@ -257,21 +258,20 @@ namespace {<br>
     }<br>
   };<br>
 }<br>
-<br>
 const TargetAttributesSema &Sema::getTargetAttributesSema() const {<br>
   if (TheTargetAttributesSema)<br>
     return *TheTargetAttributesSema;<br>
<br>
Random whitespace change?<br></blockquote><div><br>Yes it is, fixed.<br><br>Ruben<br></div></div>