hanchenye-llvm-project/lld/test/elf2/resolution.s

19 lines
300 B
ArmAsm

// RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux %s -o %t
// RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux %p/Inputs/resolution.s -o %t2
// RUN: lld -flavor gnu2 %t %t2 -o %t3
// REQUIRES: x86
.globl _start
_start:
nop
local:
.weak foo
foo:
.long bar
.weak zed
.long zed