diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-07 17:31:42 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-07 17:31:42 +0000 |
commit | 751ebf7b9aab628f654b78919c7fae697918462b (patch) | |
tree | bb2117d6f8f281c9a0c7320597a6b104a3767ebd /llvm/Xcode/LLVM.xcodeproj/project.pbxproj | |
parent | 03f58ab706a4ca87a098b4e2476f61609a8cf514 (diff) | |
download | bcm5719-llvm-751ebf7b9aab628f654b78919c7fae697918462b.tar.gz bcm5719-llvm-751ebf7b9aab628f654b78919c7fae697918462b.zip |
C and Objective Caml bindings for GlobalVariable::isConstant.
llvm-svn: 42736
Diffstat (limited to 'llvm/Xcode/LLVM.xcodeproj/project.pbxproj')
-rw-r--r-- | llvm/Xcode/LLVM.xcodeproj/project.pbxproj | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/llvm/Xcode/LLVM.xcodeproj/project.pbxproj b/llvm/Xcode/LLVM.xcodeproj/project.pbxproj index 97f73286617..24939d9b7de 100644 --- a/llvm/Xcode/LLVM.xcodeproj/project.pbxproj +++ b/llvm/Xcode/LLVM.xcodeproj/project.pbxproj @@ -142,6 +142,9 @@ 9F7C240C0CB81ECD00498408 /* analysis_ocaml.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = analysis_ocaml.c; sourceTree = "<group>"; }; 9F7C240D0CB81ECD00498408 /* llvm_analysis.ml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = llvm_analysis.ml; sourceTree = "<group>"; }; 9F7C240E0CB81ECD00498408 /* llvm_analysis.mli */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = llvm_analysis.mli; sourceTree = "<group>"; }; + 9F7C2C4F0CB9496C00498408 /* analysis.ml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = analysis.ml; sourceTree = "<group>"; }; + 9F7C2C520CB9496C00498408 /* bitwriter.ml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bitwriter.ml; sourceTree = "<group>"; }; + 9F7C2C5D0CB9496C00498408 /* vmcore.ml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vmcore.ml; sourceTree = "<group>"; }; 9FA638D90C77B184007F12AE /* AutoUpgrade.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AutoUpgrade.h; sourceTree = "<group>"; }; 9FA638DA0C77B184007F12AE /* GlobalAlias.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GlobalAlias.h; sourceTree = "<group>"; }; 9FA638DB0C77B1AB007F12AE /* APInt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = APInt.h; sourceTree = "<group>"; }; @@ -1071,6 +1074,7 @@ DE816FAC08CFB44C0093BDEF /* utils */, DE66F38D08ABF35C00323D32 /* docs */, 9FD3E56D0CA0116100E54D15 /* bindings */, + 9F7C2B690CB9496B00498408 /* test */, DE66F3FD08ABF37000323D32 /* examples */, DE66F38C08ABF35300323D32 /* CREDITS.TXT */, CFD99AA80AFE827B0068D19C /* LICENSE.TXT */, @@ -1170,6 +1174,33 @@ path = analysis; sourceTree = "<group>"; }; + 9F7C2B690CB9496B00498408 /* test */ = { + isa = PBXGroup; + children = ( + 9F7C2C4B0CB9496C00498408 /* Bindings */, + ); + name = test; + path = ../test; + sourceTree = SOURCE_ROOT; + }; + 9F7C2C4B0CB9496C00498408 /* Bindings */ = { + isa = PBXGroup; + children = ( + 9F7C2C4C0CB9496C00498408 /* Ocaml */, + ); + path = Bindings; + sourceTree = "<group>"; + }; + 9F7C2C4C0CB9496C00498408 /* Ocaml */ = { + isa = PBXGroup; + children = ( + 9F7C2C4F0CB9496C00498408 /* analysis.ml */, + 9F7C2C520CB9496C00498408 /* bitwriter.ml */, + 9F7C2C5D0CB9496C00498408 /* vmcore.ml */, + ); + path = Ocaml; + sourceTree = "<group>"; + }; 9FA638E90C77B252007F12AE /* IPO */ = { isa = PBXGroup; children = ( |