mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
59c15e920c
containing no symbols. Fixed the crash and fixed it not disassembling anything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157031 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
295 B
ArmAsm
6 lines
295 B
ArmAsm
@ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
|
|
nop
|
|
# CHECK: 0: 00 bf nop
|
|
# We are checking that disassembly happens when there are no symbols.
|
|
# rdar://11460289
|