xref: /llvm-project-15.0.7/lld/test/ELF/invalid/executable.s (revision cf6a7c19)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# REQUIRES: x86
2# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3# RUN: ld.lld -o %t1.exe %t.o
4# RUN: not ld.lld -o /dev/null %t1.exe 2>&1 | FileCheck %s
5# CHECK: unknown file type
6
7.global _start
8_start:
9  ret
10

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025