Issue |
90507
|
Summary |
llvm-objdump does not recognize some armv7 instructions accepted by clang
|
Labels |
clang
|
Assignees |
|
Reporter |
VoxSciurorum
|
If I assemble this file with `clang -c -mcpu=cortex-a7 -target armv7-gnueabihf undef.s`
```
msr elr_hyp, lr
eret
```
llvm-objdump does not recognize instructions in the resulting object:
```
undef.o: file format elf32-littlearm
Disassembly of section .text:
00000000 <.text>:
0: e12ef30e <unknown>
4: e160006e <unknown>
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs