[LLVMbugs] [Bug 20964] New: [AArch64] .inst directive not supported

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 16 15:28:32 PDT 2014


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

            Bug ID: 20964
           Summary: [AArch64] .inst directive not supported
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedbugs at nondot.org
          Reporter: mcrosier at codeaurora.org
                CC: compnerd at compnerd.org, llvmbugs at cs.uiuc.edu,
                    t.p.northover at gmail.com
    Classification: Unclassified

Currently, the community mainline does not support the .inst directive (which
is similar to .word except that it will appear in instruction stream with
direct encoding). 

foo.S:1110:2: error: unknown directive
.inst 0x5e104020

I imagine this would be very similar to the solution in the ARM backend:
http://llvm.org/viewvc/llvm-project?view=revision&revision=197657

-- 
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/20140916/e6d7818b/attachment.html>


More information about the llvm-bugs mailing list