Mercurial > hg > CbC > CbC_llvm
comparison test/MC/Mips/elf_st_other.ll @ 3:9ad51c7bc036
1st commit. remove git dir and add all files.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 May 2013 06:43:32 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 3:9ad51c7bc036 |
---|---|
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 -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | llvm-readobj -t | FileCheck %s | |
5 | |
6 define i32 @main() nounwind { | |
7 entry: | |
8 ret i32 0 | |
9 } | |
10 | |
11 ; CHECK: Name: main | |
12 ; CHECK: Other: 128 |