blob: bf1d89853f5925b737bc88d4f34c43403dcc3ef9 [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: _start
# REQUIRES: x86