From 9350f0ddacdcf593ebfbf7f72a44c2ec584a4288 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 19 Jun 2015 20:08:36 +0000 Subject: [PATCH] Fix the MacOSX build to include the Mips64 ABI plug-in. llvm-svn: 240173 --- lldb/lldb.xcodeproj/project.pbxproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index aa0d397e25ca..dc6cb2436644 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -156,6 +156,8 @@ 262F12B51835468600AEB384 /* SBPlatform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 262F12B41835468600AEB384 /* SBPlatform.cpp */; }; 262F12B71835469C00AEB384 /* SBPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 262F12B61835469C00AEB384 /* SBPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2635879417822FC2004C30BA /* SymbolVendorELF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2635879017822E56004C30BA /* SymbolVendorELF.cpp */; }; + 263641191B34AEE200145B2F /* ABISysV_mips64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 263641151B34AEE200145B2F /* ABISysV_mips64.cpp */; }; + 2636411A1B34AEE200145B2F /* ABISysV_mips64.h in Headers */ = {isa = PBXBuildFile; fileRef = 263641161B34AEE200145B2F /* ABISysV_mips64.h */; }; 26368A3C126B697600E8659F /* darwin-debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26368A3B126B697600E8659F /* darwin-debug.cpp */; }; 26368AF7126B960500E8659F /* darwin-debug in Resources */ = {isa = PBXBuildFile; fileRef = 26579F68126A25920007C5CB /* darwin-debug */; }; 263C4938178B50C40070F12D /* SBModuleSpec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 263C4937178B50C40070F12D /* SBModuleSpec.cpp */; }; @@ -1469,6 +1471,8 @@ 262F12B8183546C900AEB384 /* SBPlatform.i */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c.preprocessed; path = SBPlatform.i; sourceTree = ""; }; 2635879017822E56004C30BA /* SymbolVendorELF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SymbolVendorELF.cpp; sourceTree = ""; }; 2635879117822E56004C30BA /* SymbolVendorELF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SymbolVendorELF.h; sourceTree = ""; }; + 263641151B34AEE200145B2F /* ABISysV_mips64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ABISysV_mips64.cpp; sourceTree = ""; }; + 263641161B34AEE200145B2F /* ABISysV_mips64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABISysV_mips64.h; sourceTree = ""; }; 263664921140A4930075843B /* Debugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Debugger.cpp; path = source/Core/Debugger.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; 263664941140A4C10075843B /* Debugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = Debugger.h; path = include/lldb/Core/Debugger.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; 26368A3B126B697600E8659F /* darwin-debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "darwin-debug.cpp"; path = "tools/darwin-debug/darwin-debug.cpp"; sourceTree = ""; }; @@ -3437,6 +3441,15 @@ path = ELF; sourceTree = ""; }; + 263641141B34AEE200145B2F /* SysV-mips64 */ = { + isa = PBXGroup; + children = ( + 263641151B34AEE200145B2F /* ABISysV_mips64.cpp */, + 263641161B34AEE200145B2F /* ABISysV_mips64.h */, + ); + path = "SysV-mips64"; + sourceTree = ""; + }; 2642FBA713D003B400ED6808 /* MacOSX-Kernel */ = { isa = PBXGroup; children = ( @@ -4794,6 +4807,7 @@ AF20F7621AF18F5E00751A6E /* SysV-arm */, AF20F7631AF18F6800751A6E /* SysV-arm64 */, 9694FA6E1B32AA35005EBB16 /* SysV-mips */, + 263641141B34AEE200145B2F /* SysV-mips64 */, AF77E08B1A033C3E0096C0EA /* SysV-ppc */, AF77E08C1A033C4B0096C0EA /* SysV-ppc64 */, 26DB3E121379E7AD0080DC73 /* SysV-x86_64 */, @@ -5531,6 +5545,7 @@ 964463EE1A330C1B00154ED8 /* CompactUnwindInfo.h in Headers */, AF77E0901A033C700096C0EA /* ABISysV_ppc.h in Headers */, 260A39A619647A3A004B4130 /* Pipe.h in Headers */, + 2636411A1B34AEE200145B2F /* ABISysV_mips64.h in Headers */, 26D1804516CEE12500EDFB5B /* KQueue.h in Headers */, AF77E0A21A033D360096C0EA /* RegisterContextFreeBSD_powerpc.h in Headers */, 260CC63715D04377002BF2E0 /* OptionValueSInt64.h in Headers */, @@ -6502,6 +6517,7 @@ 2642FBAE13D003B400ED6808 /* CommunicationKDP.cpp in Sources */, 2642FBB013D003B400ED6808 /* ProcessKDP.cpp in Sources */, 2642FBB213D003B400ED6808 /* ProcessKDPLog.cpp in Sources */, + 263641191B34AEE200145B2F /* ABISysV_mips64.cpp in Sources */, 26957D9813D381C900670048 /* RegisterContextDarwin_arm.cpp in Sources */, 26957D9A13D381C900670048 /* RegisterContextDarwin_i386.cpp in Sources */, 26957D9C13D381C900670048 /* RegisterContextDarwin_x86_64.cpp in Sources */,