[all-commits] [llvm/llvm-project] 1e589f: [llvm-objcopy][MachO] Support indirect symbol table
Seiya Nuta via All-commits
all-commits at lists.llvm.org
Tue Oct 29 23:18:55 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e589f67ef726ecfa1135750c557d4c8f95b71cd
https://github.com/llvm/llvm-project/commit/1e589f67ef726ecfa1135750c557d4c8f95b71cd
Author: Seiya Nuta <nuta at seiya.me>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
A llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s
M llvm/tools/llvm-objcopy/MachO/MachOReader.cpp
M llvm/tools/llvm-objcopy/MachO/MachOWriter.cpp
M llvm/tools/llvm-objcopy/MachO/Object.h
Log Message:
-----------
[llvm-objcopy][MachO] Support indirect symbol table
Summary:
Parse the indirect symbol table and update the indexes of
symbol entries in the table in the writer in case they have
been changed.
Reviewers: alexshap, rupprecht, jhenderson
Reviewed By: alexshap, rupprecht
Subscribers: jakehehrlich, abrachet, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D66280
More information about the All-commits
mailing list