[Lldb-commits] [lldb] r240173 - Fix the MacOSX build to include the Mips64 ABI plug-in.
Greg Clayton
gclayton at apple.com
Fri Jun 19 13:08:36 PDT 2015
Author: gclayton
Date: Fri Jun 19 15:08:36 2015
New Revision: 240173
URL: http://llvm.org/viewvc/llvm-project?rev=240173&view=rev
Log:
Fix the MacOSX build to include the Mips64 ABI plug-in.
Modified:
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=240173&r1=240172&r2=240173&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Fri Jun 19 15:08:36 2015
@@ -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 = "<group>"; };
2635879017822E56004C30BA /* SymbolVendorELF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SymbolVendorELF.cpp; sourceTree = "<group>"; };
2635879117822E56004C30BA /* SymbolVendorELF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SymbolVendorELF.h; sourceTree = "<group>"; };
+ 263641151B34AEE200145B2F /* ABISysV_mips64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ABISysV_mips64.cpp; sourceTree = "<group>"; };
+ 263641161B34AEE200145B2F /* ABISysV_mips64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABISysV_mips64.h; sourceTree = "<group>"; };
263664921140A4930075843B /* Debugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Debugger.cpp; path = source/Core/Debugger.cpp; sourceTree = "<group>"; 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 = "<group>"; 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 = "<group>"; };
@@ -3437,6 +3441,15 @@
path = ELF;
sourceTree = "<group>";
};
+ 263641141B34AEE200145B2F /* SysV-mips64 */ = {
+ isa = PBXGroup;
+ children = (
+ 263641151B34AEE200145B2F /* ABISysV_mips64.cpp */,
+ 263641161B34AEE200145B2F /* ABISysV_mips64.h */,
+ );
+ path = "SysV-mips64";
+ sourceTree = "<group>";
+ };
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 */,
More information about the lldb-commits
mailing list