Sign in
llvm
/
llvm-project
/
lld
/
877ba1c811157ccd319ed139b30caa8d86a7717a
/
.
/
test
/
ELF
/
invalid
/
executable.s
blob: 254075146e1530fe80e2c495cfbd96f71da5f424 [
file
] [
log
] [
blame
]
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
# RUN: ld.lld -o %t1.exe %t.o
# RUN: not ld.lld -o /dev/null %t1.exe 2>&1 | FileCheck %s
# CHECK: unknown file type
.global _start
_start
:
ret