[PATCH] D49400: [llvm-objcopy] Make "non-public" internals "static" or move into anonymous namespace.
Puyan Lotfi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 16 13:48:43 PDT 2018
plotfi created this revision.
plotfi added a reviewer: alexshap.
Herald added subscribers: llvm-commits, jakehehrlich.
There are several places in tools/llvm-objcopy where functions and classes are exposed to the global scope. This is a small patch to clean this up.
Repository:
rL LLVM
https://reviews.llvm.org/D49400
Files:
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/llvm-objcopy.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49400.155755.patch
Type: text/x-patch
Size: 6454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/c6d0edd7/attachment.bin>
More information about the llvm-commits
mailing list