diff options
author | Pavel Labath <pavel@labath.sk> | 2019-08-08 07:34:07 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-08-08 07:34:07 +0000 |
commit | 579d6d1aa5974ce7a2a10e41c871507784308499 (patch) | |
tree | 894bacf0b1053934aeb637b89bf9a2806110a758 /llvm/lib/Support/FileCheck.cpp | |
parent | 53c5ea44ceab8a33addae979df9942413860f409 (diff) | |
download | llvm-579d6d1aa5974ce7a2a10e41c871507784308499.zip llvm-579d6d1aa5974ce7a2a10e41c871507784308499.tar.gz llvm-579d6d1aa5974ce7a2a10e41c871507784308499.tar.bz2 |
Remove Module::GetSymbolVendor
Summary:
This patch removes the GetSymbolVendor function, and the various
mentions of the SymbolVendor in the Module class. The implementation of
GetSymbolVendor is "inlined" into the GetSymbolFile class which I
created earlier.
After this patch, the SymbolVendor class still exists inside the Module
object, but only as an implementation detail -- a fancy holder for the
SymbolFile. That will be removed in the next patch.
Reviewers: clayborg, JDevlieghere, jingham, jdoerfert
Subscribers: jfb, lldb-commits
Differential Revision: https://reviews.llvm.org/D65864
llvm-svn: 368263
Diffstat (limited to 'llvm/lib/Support/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions