[LLVMbugs] [Bug 20427] New: Integrated arm assembler doesn't understand strcsh

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 23 17:37:37 PDT 2014


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

            Bug ID: 20427
           Summary: Integrated arm assembler doesn't understand strcsh
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

This works:

thakis at ubu:~$ cat test.S
        strcsh r1, [r0], #2

thakis at ubu:~$ arm-linux-gnueabihf-g++ -c test.S 

But:

$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi  -c  test.S
test.S:1:9: error: invalid instruction
        strcsh r1, [r0], #2
        ^

This is used in skia.

-- 
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/20140724/a46b53f9/attachment.html>


More information about the llvm-bugs mailing list