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