OSDN Git Service

[llvm-objcopy] Fix typo in setSymTab
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Sat, 24 Feb 2018 00:41:01 +0000 (00:41 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Sat, 24 Feb 2018 00:41:01 +0000 (00:41 +0000)
commitb4ef46d3c75a9781f9af10ebdd55dce5dbdf866d
tree490258725ee40ff29a4a2be55384a985a178ace3
parent62779f87d523d09b5d1c598b48787c91622a5c17
[llvm-objcopy] Fix typo in setSymTab

This diff fixes the name of the argument of
setSymTab and makes setSymTab/setStrTab private
(to make the public interface a bit cleaner).

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D43661

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326005 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objcopy/Object.h