repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
no-build-id-no-notes.test
blob
be266fe71c52cd6aea60fc561a1a54b0cb232d14
1
# RUN: yaml2obj %s > %t
2
# RUN: not llvm-objcopy --build-id-link-dir=%t-dir --build-id-link-input=.debug %t 2>&1 >/dev/null | FileCheck %s
3
4
# CHECK: could not find build ID
5
6
--- !ELF
7
FileHeader:
8
Class: ELFCLASS64
9
Data: ELFDATA2LSB
10
Type: ET_EXEC
11
Machine: EM_X86_64