Mercurial > hg > CbC > CbC_llvm
view test/MC/ARM/inst-thumb-suffixes.s @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | |
children | c2174574ed3a |
line wrap: on
line source
@ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \ @ RUN: | FileCheck -check-prefix CHECK-ERROR %s .syntax unified .thumb .align 2 .global suffixes_required_in_thumb .type suffixes_required_in_thumb,%function suffixes_required_in_thumb: .inst 0x0000 @ CHECK-ERROR: cannot determine Thumb instruction size, use inst.n/inst.w instead