blob: 374c9c884d5fe470493453b479d443fe1d6eb38b [file] [log] [blame]
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: not ld.lld %t -o %t2 2>&1 | FileCheck %s
# CHECK: undefined symbol: foo in {{.*}}
# REQUIRES: x86
.globl _start;
_start:
call foo