aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCheck.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-08-08 07:34:07 +0000
committerPavel Labath <pavel@labath.sk>2019-08-08 07:34:07 +0000
commit579d6d1aa5974ce7a2a10e41c871507784308499 (patch)
tree894bacf0b1053934aeb637b89bf9a2806110a758 /llvm/lib/Support/FileCheck.cpp
parent53c5ea44ceab8a33addae979df9942413860f409 (diff)
downloadllvm-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