13 lines · plain
1; RUN: llc %s -mtriple=arm-unknown-unknown -filetype=obj -o - \2; RUN: | llvm-objdump -t - | FileCheck %s3; RUN: llc %s -mtriple=thumb-unknown-unknown -filetype=obj -o - \4; RUN: | llvm-objdump -t - | FileCheck %s5 6; Check that the symbol address does not include the ARM/Thumb instruction7; indicator bit.8; CHECK: 00000000 g F .text {{[0-9]+}} test9 10define i32 @test() {11 ret i32 112}13