summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ar/ArchiveInternals.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-ar/ArchiveInternals.h')
-rw-r--r--llvm/tools/llvm-ar/ArchiveInternals.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/tools/llvm-ar/ArchiveInternals.h b/llvm/tools/llvm-ar/ArchiveInternals.h
index 7b73312a8fa..a39c76bb471 100644
--- a/llvm/tools/llvm-ar/ArchiveInternals.h
+++ b/llvm/tools/llvm-ar/ArchiveInternals.h
@@ -16,7 +16,6 @@
#include "Archive.h"
#include "llvm/ADT/StringExtras.h"
-#include "llvm/Support/PathV1.h"
#include "llvm/Support/TimeValue.h"
#include <cstring>
@@ -69,13 +68,8 @@ namespace llvm {
return 0 == memcmp(fmag, ARFILE_MEMBER_MAGIC,2);
}
};
-
+
// Get just the externally visible defined symbols from the bitcode
- bool GetBitcodeSymbols(const sys::Path& fName,
- LLVMContext& Context,
- std::vector<std::string>& symbols,
- std::string* ErrMsg);
-
Module* GetBitcodeSymbols(const char *Buffer, unsigned Length,
const std::string& ModuleID,
LLVMContext& Context,
OpenPOWER on IntegriCloud