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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to