Sign in
cobalt
/
cobalt
/
6f9a742d28df516936362c4ae00efbea9c3b06f2
/
.
/
third_party
/
llvm-project
/
lld
/
test
/
ELF
/
local-undefined-symbol.s
blob: 34ef847180ae416b0b8a7fc558b51ae963e504ab [
file
] [
log
] [
blame
]
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: ld.lld %t -o %t1
# RUN: llvm-readobj -t %t1 | FileCheck %s
# CHECK: Symbols [
# CHECK-NOT: Name: foo
.global _start
_start
:
jmp foo
.local foo