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: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
This works:
thakis@ubu:~$ cat test.S
strcsh r1, [r0], #2
thakis@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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs