mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE on ARM. Wire this to tBLX in order to provide test coverage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
5
test/MC/Disassembler/ARM/unpredictables-thumb.txt
Normal file
5
test/MC/Disassembler/ARM/unpredictables-thumb.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# RUN: llvm-mc --disassemble %s -triple=thumbv7 |& FileCheck %s
|
||||
|
||||
0x01 0x47
|
||||
# CHECK: 3:1: warning: potentially undefined
|
||||
# CHECK: bx r0
|
Reference in New Issue
Block a user