From 1b30d63aeb3a7dec4084cc6d0a2de91a4be7f805 Mon Sep 17 00:00:00 2001 From: Jake Ehrlich Date: Wed, 20 Sep 2017 18:23:01 +0000 Subject: Rename K_MIPS64 to K_GNU64 This patch renames K_MIPS64 to K_GNU64 as part of a change to add support for writing archives with 64-bit indexes in the symbol table. llvm-svn: 313787 --- llvm/lib/Object/ArchiveWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Object/ArchiveWriter.cpp') diff --git a/llvm/lib/Object/ArchiveWriter.cpp b/llvm/lib/Object/ArchiveWriter.cpp index 91aa3739229..a6b712c1627 100644 --- a/llvm/lib/Object/ArchiveWriter.cpp +++ b/llvm/lib/Object/ArchiveWriter.cpp @@ -133,7 +133,7 @@ static bool isBSDLike(object::Archive::Kind Kind) { case object::Archive::K_BSD: case object::Archive::K_DARWIN: return true; - case object::Archive::K_MIPS64: + case object::Archive::K_GNU64: case object::Archive::K_DARWIN64: case object::Archive::K_COFF: break; -- cgit v1.2.3