blob: ec3a87f1dcc048633b96b5b41e48ac9414dfc12e [file] [log] [blame]
; RUN: llc -march=hexagon -filetype=obj -o - < %s | llvm-readobj -relocations | FileCheck %s
declare void @bar(i32);
define void @foo(i32 %a) {
%b = mul i32 %a, 3
call void @bar(i32 %b)
ret void
}
; CHECK: 0x8 R_HEX_B22_PCREL bar 0x4