brintos

brintos / llvm-project-archived public Read only

0
0
Text · 380 B · 54a3402 Raw
14 lines · plain
1# This test intentionally checks for fatal errors, and fatal errors aren't supported for testing when main is run twice.2# XFAIL: main-run-twice3# RUN: yaml2obj %s -o %t.o4# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s5 6# CHECK: error: unsupported e_machine value: 97 8--- !ELF9FileHeader:10  Class:   ELFCLASS6411  Data:    ELFDATA2LSB12  Type:    ET_REL13  Machine: EM_S37014