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
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
tools
/
llvm-nm
/
print-filename.test
blob
6c47240b3d565443b819a35a1e27d2ba84920de5
1
# RUN: yaml2obj %s > %t.o
2
# RUN: llvm-nm --print-file-name %t.o | FileCheck %s -DFILE=%t.o
3
# RUN: yaml2obj %s > %t.o
4
# RUN: llvm-nm --print-file-name %t.o | FileCheck %s -DFILE=%t.o
5
6
!ELF
7
FileHeader:
8
Class: ELFCLASS64
9
Data: ELFDATA2LSB
10
Type: ET_REL
11
Machine: EM_X86_64
12
Sections:
13
- Name: .text
14
Type: SHT_PROGBITS
15
Symbols:
16
- Name: symbol_a
17
Section: .text
18
19
# CHECK: [[FILE]]: 0000000000000000 n symbol_a