Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
Unified Diff: test/Object/Inputs/elf-versioning-test.x86_64
Issue
9546035
:
Support reading GNU symbol versions in ELFObjectFile (Closed)
Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: fixed #defines
Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
include/llvm/Object/ELF.h
include/llvm/Support/ELF.h
test/Object/Inputs/elf-versioning-test.i386
test/Object/Inputs/elf-versioning-test.x86_64
test/Object/Inputs/elfver.S
test/Object/Inputs/elfver.script
test/Object/readobj-elf-versioning.test
tools/llvm-readobj/llvm-readobj.cpp
View side-by-side diff with in-line comments
« no previous file with comments
|
« test/Object/Inputs/elf-versioning-test.i386
('k') |
test/Object/Inputs/elfver.S »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
« no previous file with comments
|
« test/Object/Inputs/elf-versioning-test.i386
('k') |
test/Object/Inputs/elfver.S »
('j') |
no next file with comments »
Issue 9546035: Support reading GNU symbol versions in ELFObjectFile (Closed)
Created 8 years, 9 months ago by pdox
Modified 8 years, 9 months ago
Reviewers:
Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Comments: 0