Mercurial > hg > CbC > CbC_llvm
view test/MC/ARM/udf-thumb-diagnostics.s @ 111:3e4d254d74d9
resolve some warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Feb 2016 19:38:53 +0900 |
parents | 54457678186b |
children | 803732b1fca8 |
line wrap: on
line source
@ RUN: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s .syntax unified .text .thumb undefined: udfpl @ CHECK: error: conditional execution not supported in Thumb1 @ CHECK: udfpl @ CHECK: ^ udf #256 @ CHECK: error: instruction requires: arm-mode @ CHECK: udf #256 @ CHECK: ^