llvm-mc: Add -triple, and start fetching the target asm printer.
[oota-llvm.git] / test / MC / AsmParser / directive_set.s
1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3 # CHECK: TEST0:
4 # CHECK: .set a, 0
5 TEST0:  
6         .set a, 0
7