Skip to content

Commit eb2e0c3

Browse files
committed
Update AuxVector.cpp
llvm-svn: 363102
1 parent e6130a3 commit eb2e0c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lldb/lldb.xcodeproj/project.pbxproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
2689007D13353E2200698AC0 /* Args.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7E6C10F1B85900F91463 /* Args.cpp */; };
130130
23CB153C1D66DA9300EDDDE1 /* ArgsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2321F93E1BDD33CE00BA9A93 /* ArgsTest.cpp */; };
131131
6D99A3631BBC2F3200979793 /* ArmUnwindInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D99A3621BBC2F3200979793 /* ArmUnwindInfo.cpp */; };
132-
26FFC19914FC072100087D58 /* AuxVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26FFC19314FC072100087D58 /* AuxVector.cpp */; };
132+
AF7BD81B22B04E20008E78D1 /* AuxVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF7BD81A22B04E20008E78D1 /* AuxVector.cpp */; };
133133
AFC2DCE91E6E2F2C00283714 /* Baton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFC2DCE81E6E2F2C00283714 /* Baton.cpp */; };
134134
268900D013353E6F00698AC0 /* Block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7F1310F1B8EC00F91463 /* Block.cpp */; };
135135
49DEF1251CD7C6DF006A7C7D /* BlockPointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DEF11F1CD7BD90006A7C7D /* BlockPointer.cpp */; };
@@ -1493,8 +1493,7 @@
14931493
6D99A3621BBC2F3200979793 /* ArmUnwindInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ArmUnwindInfo.cpp; path = source/Symbol/ArmUnwindInfo.cpp; sourceTree = "<group>"; };
14941494
6D99A3611BBC2F1600979793 /* ArmUnwindInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ArmUnwindInfo.h; path = include/lldb/Symbol/ArmUnwindInfo.h; sourceTree = "<group>"; };
14951495
3FDFE54719A2946B009756A7 /* AutoHandle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AutoHandle.h; path = include/lldb/Host/windows/AutoHandle.h; sourceTree = "<group>"; };
1496-
26FFC19314FC072100087D58 /* AuxVector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AuxVector.cpp; sourceTree = "<group>"; };
1497-
26FFC19414FC072100087D58 /* AuxVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuxVector.h; sourceTree = "<group>"; };
1496+
AF7BD81A22B04E20008E78D1 /* AuxVector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AuxVector.cpp; path = Utility/AuxVector.cpp; sourceTree = "<group>"; };
14981497
AFC2DCE81E6E2F2C00283714 /* Baton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Baton.cpp; path = source/Utility/Baton.cpp; sourceTree = "<group>"; };
14991498
AFC2DCEE1E6E2FA300283714 /* Baton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = include/lldb/Utility/Baton.h; sourceTree = "<group>"; };
15001499
26BC7F1310F1B8EC00F91463 /* Block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Block.cpp; path = source/Symbol/Block.cpp; sourceTree = "<group>"; };
@@ -5009,6 +5008,7 @@
50095008
26B4666E11A2080F00CF6220 /* Utility */ = {
50105009
isa = PBXGroup;
50115010
children = (
5011+
AF7BD81A22B04E20008E78D1 /* AuxVector.cpp */,
50125012
9A0FDE951E8EF5010086B2F5 /* RegisterContext_mips.h */,
50135013
9A0FDE961E8EF5010086B2F5 /* RegisterContext_s390x.h */,
50145014
9A0FDE971E8EF5010086B2F5 /* RegisterContextLinux_mips.cpp */,
@@ -6069,8 +6069,6 @@
60696069
26FFC19214FC072100087D58 /* POSIX-DYLD */ = {
60706070
isa = PBXGroup;
60716071
children = (
6072-
26FFC19314FC072100087D58 /* AuxVector.cpp */,
6073-
26FFC19414FC072100087D58 /* AuxVector.h */,
60746072
26FFC19514FC072100087D58 /* DYLDRendezvous.cpp */,
60756073
26FFC19614FC072100087D58 /* DYLDRendezvous.h */,
60766074
26FFC19714FC072100087D58 /* DynamicLoaderPOSIXDYLD.cpp */,
@@ -8314,6 +8312,7 @@
83148312
268900D913353E6F00698AC0 /* FuncUnwinders.cpp in Sources */,
83158313
268900DA13353E6F00698AC0 /* LineEntry.cpp in Sources */,
83168314
268900DB13353E6F00698AC0 /* LineTable.cpp in Sources */,
8315+
AF7BD81B22B04E20008E78D1 /* AuxVector.cpp in Sources */,
83178316
268900DC13353E6F00698AC0 /* ObjectFile.cpp in Sources */,
83188317
268900DD13353E6F00698AC0 /* Symbol.cpp in Sources */,
83198318
AF26703A1852D01E00B6CC36 /* Queue.cpp in Sources */,
@@ -8552,7 +8551,6 @@
85528551
26A527C314E24F5F00F3A14A /* ThreadMachCore.cpp in Sources */,
85538552
B299580B14F2FA1400050A04 /* DisassemblerLLVMC.cpp in Sources */,
85548553
26B7564E14F89356008D9CB3 /* PlatformiOSSimulator.cpp in Sources */,
8555-
26FFC19914FC072100087D58 /* AuxVector.cpp in Sources */,
85568554
26FFC19B14FC072100087D58 /* DYLDRendezvous.cpp in Sources */,
85578555
AF0F6E501739A76D009180FE /* RegisterContextKDP_arm64.cpp in Sources */,
85588556
26FFC19D14FC072100087D58 /* DynamicLoaderPOSIXDYLD.cpp in Sources */,

0 commit comments

Comments
 (0)