forked from OSchip/llvm-project
Fix Xcode project after recent s390x changes.
llvm-svn: 266361
This commit is contained in:
parent
34cc676732
commit
dfa63248c7
|
@ -305,6 +305,15 @@
|
|||
267C012B136880DF006E963E /* OptionGroupValueObjectDisplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267C012A136880DF006E963E /* OptionGroupValueObjectDisplay.cpp */; };
|
||||
267C01371368C49C006E963E /* OptionGroupOutputFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BCFC531368B3E4006DC050 /* OptionGroupOutputFile.cpp */; };
|
||||
267DFB461B06752A00000FB7 /* MICmdArgValPrintValues.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267DFB441B06752A00000FB7 /* MICmdArgValPrintValues.cpp */; };
|
||||
267F684A1CC02DED0086832B /* ABISysV_s390x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267F68471CC02DED0086832B /* ABISysV_s390x.cpp */; };
|
||||
267F684B1CC02DED0086832B /* ABISysV_s390x.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F68481CC02DED0086832B /* ABISysV_s390x.h */; };
|
||||
267F684F1CC02E270086832B /* RegisterContextPOSIXCore_s390x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267F684D1CC02E270086832B /* RegisterContextPOSIXCore_s390x.cpp */; };
|
||||
267F68501CC02E270086832B /* RegisterContextPOSIXCore_s390x.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F684E1CC02E270086832B /* RegisterContextPOSIXCore_s390x.h */; };
|
||||
267F68531CC02E920086832B /* RegisterContextLinux_s390x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267F68511CC02E920086832B /* RegisterContextLinux_s390x.cpp */; };
|
||||
267F68541CC02E920086832B /* RegisterContextLinux_s390x.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F68521CC02E920086832B /* RegisterContextLinux_s390x.h */; };
|
||||
267F68571CC02EAE0086832B /* RegisterContextPOSIX_s390x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267F68551CC02EAE0086832B /* RegisterContextPOSIX_s390x.cpp */; };
|
||||
267F68581CC02EAE0086832B /* RegisterContextPOSIX_s390x.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F68561CC02EAE0086832B /* RegisterContextPOSIX_s390x.h */; };
|
||||
267F685A1CC02EBE0086832B /* RegisterInfos_s390x.h in Headers */ = {isa = PBXBuildFile; fileRef = 267F68591CC02EBE0086832B /* RegisterInfos_s390x.h */; };
|
||||
268648C416531BF800F04704 /* com.apple.debugserver.posix.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 268648C116531BF800F04704 /* com.apple.debugserver.posix.plist */; };
|
||||
268648C516531BF800F04704 /* com.apple.debugserver.applist.internal.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 268648C216531BF800F04704 /* com.apple.debugserver.applist.internal.plist */; };
|
||||
268648C616531BF800F04704 /* com.apple.debugserver.internal.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = 268648C316531BF800F04704 /* com.apple.debugserver.internal.plist */; };
|
||||
|
@ -1706,6 +1715,15 @@
|
|||
267C012A136880DF006E963E /* OptionGroupValueObjectDisplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OptionGroupValueObjectDisplay.cpp; path = source/Interpreter/OptionGroupValueObjectDisplay.cpp; sourceTree = "<group>"; };
|
||||
267DFB441B06752A00000FB7 /* MICmdArgValPrintValues.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MICmdArgValPrintValues.cpp; path = "tools/lldb-mi/MICmdArgValPrintValues.cpp"; sourceTree = SOURCE_ROOT; };
|
||||
267DFB451B06752A00000FB7 /* MICmdArgValPrintValues.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MICmdArgValPrintValues.h; path = "tools/lldb-mi/MICmdArgValPrintValues.h"; sourceTree = SOURCE_ROOT; };
|
||||
267F68471CC02DED0086832B /* ABISysV_s390x.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ABISysV_s390x.cpp; sourceTree = "<group>"; };
|
||||
267F68481CC02DED0086832B /* ABISysV_s390x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABISysV_s390x.h; sourceTree = "<group>"; };
|
||||
267F684D1CC02E270086832B /* RegisterContextPOSIXCore_s390x.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegisterContextPOSIXCore_s390x.cpp; sourceTree = "<group>"; };
|
||||
267F684E1CC02E270086832B /* RegisterContextPOSIXCore_s390x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterContextPOSIXCore_s390x.h; sourceTree = "<group>"; };
|
||||
267F68511CC02E920086832B /* RegisterContextLinux_s390x.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegisterContextLinux_s390x.cpp; path = Utility/RegisterContextLinux_s390x.cpp; sourceTree = "<group>"; };
|
||||
267F68521CC02E920086832B /* RegisterContextLinux_s390x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegisterContextLinux_s390x.h; path = Utility/RegisterContextLinux_s390x.h; sourceTree = "<group>"; };
|
||||
267F68551CC02EAE0086832B /* RegisterContextPOSIX_s390x.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegisterContextPOSIX_s390x.cpp; path = Utility/RegisterContextPOSIX_s390x.cpp; sourceTree = "<group>"; };
|
||||
267F68561CC02EAE0086832B /* RegisterContextPOSIX_s390x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegisterContextPOSIX_s390x.h; path = Utility/RegisterContextPOSIX_s390x.h; sourceTree = "<group>"; };
|
||||
267F68591CC02EBE0086832B /* RegisterInfos_s390x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RegisterInfos_s390x.h; path = Utility/RegisterInfos_s390x.h; sourceTree = "<group>"; };
|
||||
2682100C143A59AE004BCF2D /* MappedHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MappedHash.h; path = include/lldb/Core/MappedHash.h; sourceTree = "<group>"; };
|
||||
2682F16A115EDA0D00CCFF99 /* PseudoTerminal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PseudoTerminal.cpp; path = source/Utility/PseudoTerminal.cpp; sourceTree = "<group>"; };
|
||||
2682F16B115EDA0D00CCFF99 /* PseudoTerminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PseudoTerminal.h; path = include/lldb/Utility/PseudoTerminal.h; sourceTree = "<group>"; };
|
||||
|
@ -3758,6 +3776,15 @@
|
|||
path = OperatingSystem;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
267F68461CC02DED0086832B /* SysV-s390x */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
267F68471CC02DED0086832B /* ABISysV_s390x.cpp */,
|
||||
267F68481CC02DED0086832B /* ABISysV_s390x.h */,
|
||||
);
|
||||
path = "SysV-s390x";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2682F168115ED9C800CCFF99 /* Utility */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -4122,6 +4149,8 @@
|
|||
AF061F86182C97ED00B6A19C /* RegisterContextHistory.h */,
|
||||
26474CAE18D0CB180073DEBA /* RegisterContextLinux_i386.cpp */,
|
||||
26474CAF18D0CB180073DEBA /* RegisterContextLinux_i386.h */,
|
||||
267F68511CC02E920086832B /* RegisterContextLinux_s390x.cpp */,
|
||||
267F68521CC02E920086832B /* RegisterContextLinux_s390x.h */,
|
||||
26474CB018D0CB180073DEBA /* RegisterContextLinux_x86_64.cpp */,
|
||||
26474CB118D0CB180073DEBA /* RegisterContextLinux_x86_64.h */,
|
||||
AF68D2541255416E002FF25B /* RegisterContextLLDB.cpp */,
|
||||
|
@ -4140,6 +4169,8 @@
|
|||
26474CC518D0CB5B0073DEBA /* RegisterContextPOSIX_mips64.h */,
|
||||
AF77E09D1A033D360096C0EA /* RegisterContextPOSIX_powerpc.cpp */,
|
||||
AF77E09E1A033D360096C0EA /* RegisterContextPOSIX_powerpc.h */,
|
||||
267F68551CC02EAE0086832B /* RegisterContextPOSIX_s390x.cpp */,
|
||||
267F68561CC02EAE0086832B /* RegisterContextPOSIX_s390x.h */,
|
||||
26474CC618D0CB5B0073DEBA /* RegisterContextPOSIX_x86.cpp */,
|
||||
26474CC718D0CB5B0073DEBA /* RegisterContextPOSIX_x86.h */,
|
||||
26474CC818D0CB5B0073DEBA /* RegisterContextPOSIX.h */,
|
||||
|
@ -4149,6 +4180,7 @@
|
|||
26474CD018D0CB700073DEBA /* RegisterInfos_i386.h */,
|
||||
26474CD118D0CB710073DEBA /* RegisterInfos_mips64.h */,
|
||||
AF77E09F1A033D360096C0EA /* RegisterInfos_powerpc.h */,
|
||||
267F68591CC02EBE0086832B /* RegisterInfos_s390x.h */,
|
||||
26474CD218D0CB710073DEBA /* RegisterInfos_x86_64.h */,
|
||||
2615DBC81208B5FC0021781D /* StopInfoMachException.cpp */,
|
||||
2615DBC91208B5FC0021781D /* StopInfoMachException.h */,
|
||||
|
@ -4178,6 +4210,8 @@
|
|||
26BC17A518C7F4CB00D2196D /* RegisterContextPOSIXCore_mips64.h */,
|
||||
AF77E0A71A033D740096C0EA /* RegisterContextPOSIXCore_powerpc.cpp */,
|
||||
AF77E0A81A033D740096C0EA /* RegisterContextPOSIXCore_powerpc.h */,
|
||||
267F684D1CC02E270086832B /* RegisterContextPOSIXCore_s390x.cpp */,
|
||||
267F684E1CC02E270086832B /* RegisterContextPOSIXCore_s390x.h */,
|
||||
26BC17A618C7F4CB00D2196D /* RegisterContextPOSIXCore_x86_64.cpp */,
|
||||
26BC17A718C7F4CB00D2196D /* RegisterContextPOSIXCore_x86_64.h */,
|
||||
26BC17A818C7F4CB00D2196D /* ThreadElfCore.cpp */,
|
||||
|
@ -5022,6 +5056,7 @@
|
|||
263641141B34AEE200145B2F /* SysV-mips64 */,
|
||||
AF77E08B1A033C3E0096C0EA /* SysV-ppc */,
|
||||
AF77E08C1A033C4B0096C0EA /* SysV-ppc64 */,
|
||||
267F68461CC02DED0086832B /* SysV-s390x */,
|
||||
26DB3E121379E7AD0080DC73 /* SysV-x86_64 */,
|
||||
);
|
||||
path = ABI;
|
||||
|
@ -5953,6 +5988,9 @@
|
|||
26EFB61C1BFE8D3E00544801 /* PlatformNetBSD.h in Headers */,
|
||||
AF33B4BF1C1FA441001B28D9 /* NetBSDSignals.h in Headers */,
|
||||
AF6335E31C87B21E00F7D554 /* SymbolFilePDB.h in Headers */,
|
||||
267F685A1CC02EBE0086832B /* RegisterInfos_s390x.h in Headers */,
|
||||
267F68541CC02E920086832B /* RegisterContextLinux_s390x.h in Headers */,
|
||||
267F68501CC02E270086832B /* RegisterContextPOSIXCore_s390x.h in Headers */,
|
||||
4984BA181B979C08008658D4 /* ExpressionVariable.h in Headers */,
|
||||
26C7C4841BFFEA7E009BD01F /* WindowsMiniDump.h in Headers */,
|
||||
30B38A001CAAA6D7009524E3 /* ClangUtil.h in Headers */,
|
||||
|
@ -5960,8 +5998,10 @@
|
|||
AF8AD63A1BEC28C400150209 /* PlatformRemoteAppleWatch.h in Headers */,
|
||||
257906651BD5AFD000178368 /* Acceptor.h in Headers */,
|
||||
260A63171861008E00FECF8E /* IOHandler.h in Headers */,
|
||||
267F68581CC02EAE0086832B /* RegisterContextPOSIX_s390x.h in Headers */,
|
||||
6D0F614F1C80AB0C00A4ECEE /* JavaLanguageRuntime.h in Headers */,
|
||||
AFCB2BBE1BF577F40018B553 /* PythonExceptionState.h in Headers */,
|
||||
267F684B1CC02DED0086832B /* ABISysV_s390x.h in Headers */,
|
||||
AF8AD6311BEC28A400150209 /* PlatformAppleWatchSimulator.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -6840,6 +6880,7 @@
|
|||
268900F513353E6F00698AC0 /* StackID.cpp in Sources */,
|
||||
268900F613353E6F00698AC0 /* StopInfo.cpp in Sources */,
|
||||
256CBDB41ADD0EFD00BC6CDC /* RegisterContextPOSIXCore_arm.cpp in Sources */,
|
||||
267F684F1CC02E270086832B /* RegisterContextPOSIXCore_s390x.cpp in Sources */,
|
||||
268900F713353E6F00698AC0 /* Target.cpp in Sources */,
|
||||
268900F813353E6F00698AC0 /* TargetList.cpp in Sources */,
|
||||
268900F913353E6F00698AC0 /* Thread.cpp in Sources */,
|
||||
|
@ -6863,6 +6904,7 @@
|
|||
3FDFED2919BA6D96009756A7 /* ThreadLauncher.cpp in Sources */,
|
||||
232CB617191E00CD00EF39FC /* NativeBreakpointList.cpp in Sources */,
|
||||
942829561A89614C00521B30 /* JSON.cpp in Sources */,
|
||||
267F68531CC02E920086832B /* RegisterContextLinux_s390x.cpp in Sources */,
|
||||
232CB615191E00CD00EF39FC /* NativeBreakpoint.cpp in Sources */,
|
||||
2689010313353E6F00698AC0 /* ThreadPlanStepRange.cpp in Sources */,
|
||||
2689010413353E6F00698AC0 /* ThreadPlanStepInRange.cpp in Sources */,
|
||||
|
@ -7039,6 +7081,7 @@
|
|||
AE7F56291B8FE418001377A8 /* GoASTContext.cpp in Sources */,
|
||||
260CC64E15D0440D002BF2E0 /* OptionValueFileSpec.cpp in Sources */,
|
||||
AF2BCA6C18C7EFDE005B4526 /* JITLoaderGDB.cpp in Sources */,
|
||||
267F68571CC02EAE0086832B /* RegisterContextPOSIX_s390x.cpp in Sources */,
|
||||
260CC64F15D0440D002BF2E0 /* OptionValueFileSpecLIst.cpp in Sources */,
|
||||
490A36C0180F0E6F00BA31F8 /* PlatformWindows.cpp in Sources */,
|
||||
260CC65015D0440D002BF2E0 /* OptionValueFormat.cpp in Sources */,
|
||||
|
@ -7048,6 +7091,7 @@
|
|||
260CC65315D0440D002BF2E0 /* OptionValueUInt64.cpp in Sources */,
|
||||
260CC65415D0440D002BF2E0 /* OptionValueUUID.cpp in Sources */,
|
||||
94BA8B6D176F8C9B005A91B5 /* Range.cpp in Sources */,
|
||||
267F684A1CC02DED0086832B /* ABISysV_s390x.cpp in Sources */,
|
||||
26DAED6315D327C200E15819 /* OptionValuePathMappings.cpp in Sources */,
|
||||
B2B7CCEB15D1BD6700EEFB57 /* CommandObjectWatchpointCommand.cpp in Sources */,
|
||||
E7E94ABC1B54961F00D0AE30 /* GDBRemoteSignals.cpp in Sources */,
|
||||
|
|
Loading…
Reference in New Issue