repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
unsupported-emachine.test
blob
43d907ea72d562fb1ae20367badf5d1744da6e90
1
# RUN: yaml2obj %s -o %t.o
2
# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s
3
4
# CHECK: error: unsupported e_machine value: 9
5
6
--- !ELF
7
FileHeader:
8
Class: ELFCLASS64
9
Data: ELFDATA2LSB
10
Type: ET_REL
11
Machine: EM_S370