[llvm-bugs] [Bug 34677] New: assembly: unrecognized token in .rept directive
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 19 15:15:42 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34677
Bug ID: 34677
Summary: assembly: unrecognized token in .rept directive
Product: clang
Version: 5.0
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: ndesaulniers at google.com
CC: kristof.beyls at gmail.com, llvm-bugs at lists.llvm.org,
pirama at google.com, srhines at google.com
Created attachment 19175
--> https://bugs.llvm.org/attachment.cgi?id=19175&action=edit
test case
Clang's assembler seems to have an issue with the use of `b` suffixes on labels
(at least that's what I think they are). Attached is a paired down test case
that seems to reproduce the issue.
The full code I'm trying to assemble is the Linux kernel. The source file
affected is:
http://elixir.free-electrons.com/linux/latest/source/arch/arm64/include/asm/alternative.h
--
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/20170919/772edb65/attachment-0001.html>
More information about the llvm-bugs
mailing list