summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/ArchiveInternals.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-20 13:00:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-20 13:00:30 +0000
commit6f2c88a08b30e9e22d71ed7d7abb89bbcc9d1629 (patch)
treecb9c4a3c46ec16fda8286aee56c13443f08efcad /tools/llvm-ar/ArchiveInternals.h
parente9ff273acaea782259429068fc73abf2ed2684c2 (diff)
downloadllvm-6f2c88a08b30e9e22d71ed7d7abb89bbcc9d1629.tar.gz
llvm-6f2c88a08b30e9e22d71ed7d7abb89bbcc9d1629.tar.bz2
llvm-6f2c88a08b30e9e22d71ed7d7abb89bbcc9d1629.tar.xz
Remove remaining bits of the old LLVM specific symtab handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar/ArchiveInternals.h')
-rw-r--r--tools/llvm-ar/ArchiveInternals.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/llvm-ar/ArchiveInternals.h b/tools/llvm-ar/ArchiveInternals.h
index a39c76bb47..a2a3077b10 100644
--- a/tools/llvm-ar/ArchiveInternals.h
+++ b/tools/llvm-ar/ArchiveInternals.h
@@ -68,13 +68,6 @@ namespace llvm {
return 0 == memcmp(fmag, ARFILE_MEMBER_MAGIC,2);
}
};
-
- // Get just the externally visible defined symbols from the bitcode
- Module* GetBitcodeSymbols(const char *Buffer, unsigned Length,
- const std::string& ModuleID,
- LLVMContext& Context,
- std::vector<std::string>& symbols,
- std::string* ErrMsg);
}
#endif