<div dir="ltr"><div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 21, 2014 at 10:21 PM, Ehsan Akhgari <span dir="ltr"><<a href="mailto:ehsan.akhgari@gmail.com" target="_blank">ehsan.akhgari@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Author: ehsan<br>
Date: Sun Sep 21 21:21:54 2014<br>
New Revision: 218230<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=218230&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=218230&view=rev</a><br>
Log:<br>
ms-inline-asm: Scope inline asm labels to functions<br>
<br>
Summary:<br>
This fixes PR20023.  In order to implement this scoping rule, we piggy<br>
back on the existing LabelDecl machinery, by creating LabelDecl's that<br>
will carry the "internal" name of the inline assembly label, which we<br>
will rewrite the asm label to.<br>
<br>
Reviewers: rnk<br></blockquote><div><br></div><div><br></div>hi <span style="font-size:13px;font-family:arial,sans-serif"> Ehsan</span><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Does this patch support jumping to a normal C/C++ label as in:<br></font><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">     __asm jmp some_label ; </span><br style="font-family:arial,sans-serif;font-size:13px"></div></div><div><span style="font-family:arial,sans-serif;font-size:13px">     some_label:</span> </div></div></div></div>