1 2 3 4 5 6 7 8 9 10 11 12 13
# 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