[llvm-bugs] [Bug 30867] New: ppc integrated assembler does not understand bcl instruction mnemonic : bcl 20, 31, "L00000000001$pb"
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 1 15:58:14 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30867
Bug ID: 30867
Summary: ppc integrated assembler does not understand bcl
instruction mnemonic : bcl 20,31,"L00000000001$pb"
Product: libraries
Version: 3.8
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: unassignedbugs at nondot.org
Reporter: jeremyhu at apple.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The attached test_throw.gcc.s was generated by gcc (cf bug #30866). Passing it
directly to the integrated assembler results in an error:
$ clang++-mp-3.8 -arch ppc test_throw.gcc.s
test_throw.gcc.s:26:12: error: unknown operand
bcl 20,31,"L00000000001$pb"
^
test_throw.gcc.s:26:12: error: unrecognized instruction mnemonic
bcl 20,31,"L00000000001$pb"
^
--
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/20161101/cac52fd9/attachment.html>
More information about the llvm-bugs
mailing list