[cfe-commits] Allow asm labels to exist on C++ member functions
Chris Lattner
clattner at apple.com
Sat Jun 12 22:34:39 PDT 2010
On Jun 9, 2010, at 11:13 AM, David Majnemer wrote:
> GCC has an extension called "Asm Labels" which clang dutifully
> implements for normal function declarations but does not implement for
> class member functions.
>
> I have attached a patch that seems to work, the generated assembly
> seems to be correct.
Looks good to me, applied in r105909, thanks David!
-Chris
More information about the cfe-commits
mailing list