specify a triple to use, fixing the test on non-x86-64 hosts.
[oota-llvm.git] / test / MC / Disassembler / simple-tests.txt
1 # RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 | FileCheck %s
2
3 # CHECK: int    $33
4 0xCD 0x21 
5
6 # CHECK: int    $33
7 0xCD 0x21
8
9
10 # CHECK: addb   %al, (%rax)
11 0 0
12
13 # CHECK: callq  -1234
14 0xe8 0x2e 0xfb 0xff 0xff
15