Create Makefile variables for 'share' and 'libexec'
[oota-llvm.git] / test / MC / ARM / invalid-hint-thumb.s
1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
2
3 hint #240
4 hint #1000
5
6 @ CHECK: error: immediate operand must be in the range [0,239]
7 @ CHECK: error: immediate operand must be in the range [0,239]
8