[LLVMbugs] [Bug 18891] NR_PAGEFLAGS macro with inline assembly in ARM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jun 1 18:07:26 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=18891

Saleem Abdulrasool <compnerd at compnerd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Saleem Abdulrasool <compnerd at compnerd.org> ---
This is not an LLVM bug.  IAS properly indicates that an unexpected token was
passed into the stream.  The Linux kernel specifically injects a marker "->"
which is invalid assembly.  They use this as a marker for an awk script.  The
proper solution here is to use the -fno-integrated-as that was added for
scenarios like this.  Marking this as fixed (as opposed to invalid) as we did
add the option to accommodate this.

-- 
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/20140602/2123541b/attachment.html>


More information about the llvm-bugs mailing list