]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/undef-start.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / undef-start.s
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s
4
5 # CHECK: warning: cannot find entry symbol _start