I Added a triple flag for x86-evenDirective test.
[oota-llvm.git] / test / MC / X86 / fixup-cpu-mode.s
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
2 // RUN: llvm-objdump -d %t | FileCheck %s
3
4 //PR18303
5 .global edata
6 sub $edata, %r12 // CHECK: subq $0, %r12
7 .code32
8