Mercurial > hg > CbC > CbC_llvm
view test/Object/ARM/symbol-addr.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
; RUN: llc %s -mtriple=arm-unknown-unknown -filetype=obj -o - \ ; RUN: | llvm-objdump -t - | FileCheck %s ; RUN: llc %s -mtriple=thumb-unknown-unknown -filetype=obj -o - \ ; RUN: | llvm-objdump -t - | FileCheck %s ; Check that the symbol address does not include the ARM/Thumb instruction ; indicator bit. ; CHECK: 00000000 g F .text {{[0-9]+}} test define i32 @test() { ret i32 1 }