• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: rm -rf %t && mkdir -p %t
2# RUN: echo > %t/empty.o
3# RUN: llvm-ar --format=gnu cr %t/not-elf.a %t/empty.o
4# RUN: not ld.lld --whole-archive %t/not-elf.a -o /dev/null 2>&1 | FileCheck %s
5# CHECK: not-elf.a(empty.o): not an ELF file
6