brintos

brintos / llvm-project-archived public Read only

0
0
Text · 706 B · a360d48 Raw
17 lines · plain
1# REQUIRES: aarch642# RUN: yaml2obj %s -o %t.o3# RUN: not ld.lld --cmse-implib %t.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR_CMSE_IMPLIB4# RUN: not ld.lld --in-implib=%t.o %t.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR_IN_IMPLIB5# RUN: not ld.lld --out-implib=out.lib %t.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR_OUT_IMPLIB6 7# ERR_CMSE_IMPLIB: error: --cmse-implib is only supported on ARM targets8# ERR_IN_IMPLIB: error: --in-implib is only supported on ARM targets9# ERR_OUT_IMPLIB: error: --out-implib is only supported on ARM targets10 11!ELF12FileHeader:13  Class:           ELFCLASS6414  Data:            ELFDATA2LSB15  Type:            ET_REL16  Machine:         EM_AARCH6417