[llvm-bugs] [Bug 39010] Assembler directives cannot be separated by a semicolon if aarch64 or arm64 is specified via -arch instead of -triple
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 20 03:04:29 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39010
Tim Northover <t.p.northover at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |t.p.northover at gmail.com
Resolution|--- |INVALID
--- Comment #2 from Tim Northover <t.p.northover at gmail.com> ---
Semicolon introduces a comment on Apple arm64. You can use '%%' to separate
statements on the same line.
--
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/20180920/51c594af/attachment.html>
More information about the llvm-bugs
mailing list