blob: bc332817e47033a1d8fae378bcb3ced0e47d23b0 [file] [edit]
# 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 --implicit-check-not=error:
# CHECK: error: {{.*}}: unknown file type
.global _start
_start:
ret