[llvm-bugs] [Bug 33770] Inline Assembler Comments
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 18 08:31:07 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33770
James Y Knight <jyknight at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jyknight at google.com
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
--- Comment #1 from James Y Knight <jyknight at google.com> ---
Clang does emit the comment, just on the next line:
#APP
xchgq %rsi, (%rdi)
# atomic_swap_long
#NO_APP
Which seems to be the expected behavior for inline asm with semicolons.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170718/57d18da7/attachment.html>
More information about the llvm-bugs
mailing list