<div dir="ltr">It boils down to supporting this in a .s file:<div>.intel_syntax noprefix;mov QWORD PTR [r11], rax;.att_syntax prefix</div><div><br></div><div>This already works:</div><div>.intel_syntax noprefix</div><div>mov QWORD PTR [r11], rax</div><div>.att_syntax prefix</div><div><br></div><div>The problem is that the directives are lexing the semicolon character when it's supposed to be a statement separator.</div><div><br></div><div>It should be both easy to work around in the source and easy to fix in LLVM. Given the easy source workaround, this doesn't feel very high priority.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 11:47 AM, Yuri <span dir="ltr"><<a href="mailto:yuri@rawbw.com" target="_blank">yuri@rawbw.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There is this bug report <a href="https://llvm.org/bugs/show_bug.cgi?id=18916" target="_blank">https://llvm.org/bugs/show_<u></u>bug.cgi?id=18916</a> that is pending for over a year.<br>
This prevents BitcoinArmory compile, no workaround. Systems that chose clang as a major compiler (ex. FreeBSD) now can't build it at all.<br>
<br>
This should be prioritized. Any idea when this will be fixed?<br>
<br>
Yuri<br>
<br>
Ref: <a href="https://github.com/etotheipi/BitcoinArmory" target="_blank">https://github.com/etotheipi/<u></u>BitcoinArmory</a><br>
<br>
______________________________<u></u>_________________<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/<u></u>mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>