summaryrefslogtreecommitdiffstats
path: root/llvm/Xcode
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-26 21:53:37 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-26 21:53:37 +0000
commit5e7133b09068b5fed957a25a859e9228647f54a5 (patch)
tree00c478474ef8dc42b79d020f49e3a41309d049d8 /llvm/Xcode
parent2d95094bea86cdaa9a84267759bd1f0ce5230cfe (diff)
downloadbcm5719-llvm-5e7133b09068b5fed957a25a859e9228647f54a5.tar.gz
bcm5719-llvm-5e7133b09068b5fed957a25a859e9228647f54a5.zip
Added SerializeAPInt.cpp and DeserializeAPInt.cpp to the XCode project.
llvm-svn: 43406
Diffstat (limited to 'llvm/Xcode')
-rw-r--r--llvm/Xcode/LLVM.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/Xcode/LLVM.xcodeproj/project.pbxproj b/llvm/Xcode/LLVM.xcodeproj/project.pbxproj
index 99b67b981c6..6b61202ac6b 100644
--- a/llvm/Xcode/LLVM.xcodeproj/project.pbxproj
+++ b/llvm/Xcode/LLVM.xcodeproj/project.pbxproj
@@ -65,6 +65,8 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
+ 354CF6D10CD299440059AF3E /* DeserializeAPInt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeserializeAPInt.cpp; sourceTree = "<group>"; };
+ 354CF6D20CD2994D0059AF3E /* SerializeAPInt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SerializeAPInt.cpp; sourceTree = "<group>"; };
35A9CDED0CD0F6AF008ABC1D /* Deserialize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deserialize.h; sourceTree = "<group>"; };
35A9CDEE0CD0F6AF008ABC1D /* Serialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serialization.h; sourceTree = "<group>"; };
35A9CDEF0CD0F6AF008ABC1D /* Serialize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serialize.h; sourceTree = "<group>"; };
@@ -1104,6 +1106,7 @@
9F68EB050C77AD2C004AA152 /* Reader */ = {
isa = PBXGroup;
children = (
+ 354CF6D10CD299440059AF3E /* DeserializeAPInt.cpp */,
35A9CDF00CD0F6D5008ABC1D /* Deserialize.cpp */,
9F68EB060C77AD2C004AA152 /* BitcodeReader.cpp */,
9F68EB070C77AD2C004AA152 /* BitcodeReader.h */,
@@ -1114,6 +1117,7 @@
9F68EB110C77AD2C004AA152 /* Writer */ = {
isa = PBXGroup;
children = (
+ 354CF6D20CD2994D0059AF3E /* SerializeAPInt.cpp */,
9FD3E5920CA012B300E54D15 /* BitWriter.cpp */,
9F68EB120C77AD2C004AA152 /* BitcodeWriter.cpp */,
9F68EB130C77AD2C004AA152 /* BitcodeWriterPass.cpp */,
OpenPOWER on IntegriCloud