[Mips] TargetStreamer ELF flag Support for default and commandline options.
[oota-llvm.git] / test / MC / Mips / elf_st_other.ll
1 ; This tests value of ELF st_other field for function symbol table entries.
2 ; For microMIPS value should be equal to STO_MIPS_MICROMIPS.
3
4 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s \
5 ; RUN: -o - | FileCheck %s
6
7 define i32 @main() nounwind {
8 entry:
9   ret i32 0
10 }
11
12 ; CHECK: .set micromips
13 ; CHECK: main: