Move the performance test cases into their own project.
authorJim Ingham <jingham@apple.com>
Mon, 18 Mar 2013 23:05:00 +0000 (23:05 +0000)
committerJim Ingham <jingham@apple.com>
Mon, 18 Mar 2013 23:05:00 +0000 (23:05 +0000)
llvm-svn: 177341

lldb/lldb.xcodeproj/project.pbxproj
lldb/lldb.xcworkspace/contents.xcworkspacedata
lldb/tools/lldb-perf/lldbperf.xcodeproj/project.pbxproj [new file with mode: 0644]

index e3091a6..faafd94 100644 (file)
                4CF52AF8142829390051E832 /* SBFileSpecList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CF52AF7142829390051E832 /* SBFileSpecList.cpp */; };
                94031A9E13CF486700DCFF3C /* InputReaderEZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94031A9D13CF486600DCFF3C /* InputReaderEZ.cpp */; };
                94094C6B163B6F840083A547 /* ValueObjectCast.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94094C69163B6CD90083A547 /* ValueObjectCast.cpp */; };
-               940DB8B816EA614400D3C2F1 /* lldbperf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 940DB89A16EA5F4200D3C2F1 /* lldbperf.a */; };
-               940DB8CC16EA66FB00D3C2F1 /* Gauge.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8CA16EA66FB00D3C2F1 /* Gauge.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8D016EA670C00D3C2F1 /* Measurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8CE16EA670C00D3C2F1 /* Measurement.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8D316EA671800D3C2F1 /* MemoryGauge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940DB8D116EA671800D3C2F1 /* MemoryGauge.cpp */; };
-               940DB8D416EA671800D3C2F1 /* MemoryGauge.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8D216EA671800D3C2F1 /* MemoryGauge.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8D716EA672200D3C2F1 /* Metric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940DB8D516EA672200D3C2F1 /* Metric.cpp */; };
-               940DB8D816EA672200D3C2F1 /* Metric.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8D616EA672200D3C2F1 /* Metric.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8DB16EA672D00D3C2F1 /* TestCase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940DB8D916EA672D00D3C2F1 /* TestCase.cpp */; };
-               940DB8DC16EA672D00D3C2F1 /* TestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8DA16EA672D00D3C2F1 /* TestCase.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8DF16EA673800D3C2F1 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940DB8DD16EA673800D3C2F1 /* Timer.cpp */; };
-               940DB8E016EA673800D3C2F1 /* Timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8DE16EA673800D3C2F1 /* Timer.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8E316EA674000D3C2F1 /* Xcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940DB8E116EA674000D3C2F1 /* Xcode.cpp */; };
-               940DB8E416EA674000D3C2F1 /* Xcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 940DB8E216EA674000D3C2F1 /* Xcode.h */; settings = {ATTRIBUTES = (Public, ); }; };
-               940DB8E516EA6E1800D3C2F1 /* LLDB.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26680207115FD0ED008E1FE4 /* LLDB.framework */; };
-               940DB8E716EA709400D3C2F1 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940DB8E616EA709400D3C2F1 /* main.cpp */; };
-               940DB8EB16EA752000D3C2F1 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26F5C39010F3FA26009D5894 /* CoreFoundation.framework */; };
-               940DB8EC16EA752E00D3C2F1 /* LLDB.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26680207115FD0ED008E1FE4 /* LLDB.framework */; };
-               940DB8ED16EA76A400D3C2F1 /* CFCBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7EED10F1B8AD00F91463 /* CFCBundle.cpp */; };
-               940DB8EE16EA76A400D3C2F1 /* CFCBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EEE10F1B8AD00F91463 /* CFCBundle.h */; };
-               940DB8EF16EA76A400D3C2F1 /* CFCData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7EEF10F1B8AD00F91463 /* CFCData.cpp */; };
-               940DB8F016EA76A400D3C2F1 /* CFCData.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EF010F1B8AD00F91463 /* CFCData.h */; };
-               940DB8F116EA76A400D3C2F1 /* CFCMutableArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7EF110F1B8AD00F91463 /* CFCMutableArray.cpp */; };
-               940DB8F216EA76A400D3C2F1 /* CFCMutableArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EF210F1B8AD00F91463 /* CFCMutableArray.h */; };
-               940DB8F316EA76A400D3C2F1 /* CFCMutableDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7EF310F1B8AD00F91463 /* CFCMutableDictionary.cpp */; };
-               940DB8F416EA76A400D3C2F1 /* CFCMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EF410F1B8AD00F91463 /* CFCMutableDictionary.h */; };
-               940DB8F516EA76A400D3C2F1 /* CFCMutableSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7EF510F1B8AD00F91463 /* CFCMutableSet.cpp */; };
-               940DB8F616EA76A400D3C2F1 /* CFCMutableSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EF610F1B8AD00F91463 /* CFCMutableSet.h */; };
-               940DB8F716EA76A400D3C2F1 /* CFCReleaser.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EF710F1B8AD00F91463 /* CFCReleaser.h */; };
-               940DB8F816EA76A400D3C2F1 /* CFCString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7EF810F1B8AD00F91463 /* CFCString.cpp */; };
-               940DB8F916EA76A400D3C2F1 /* CFCString.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BC7EF910F1B8AD00F91463 /* CFCString.h */; };
                941BCC7F14E48C4000BB969C /* SBTypeFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9461568614E355F2003A195C /* SBTypeFilter.h */; settings = {ATTRIBUTES = (Public, ); }; };
                941BCC8014E48C4000BB969C /* SBTypeFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 9461568714E355F2003A195C /* SBTypeFormat.h */; settings = {ATTRIBUTES = (Public, ); }; };
                941BCC8114E48C4000BB969C /* SBTypeSummary.h in Headers */ = {isa = PBXBuildFile; fileRef = 9461568814E355F2003A195C /* SBTypeSummary.h */; settings = {ATTRIBUTES = (Public, ); }; };
                94D6A0AA16CEB55F00833B6E /* NSArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94D6A0A716CEB55F00833B6E /* NSArray.cpp */; };
                94D6A0AB16CEB55F00833B6E /* NSDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94D6A0A816CEB55F00833B6E /* NSDictionary.cpp */; };
                94D6A0AC16CEB55F00833B6E /* NSSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94D6A0A916CEB55F00833B6E /* NSSet.cpp */; };
-               94DB610216EA89B800459D9E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26F5C39010F3FA26009D5894 /* CoreFoundation.framework */; };
-               94DB610316EA89BD00459D9E /* LLDB.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26680207115FD0ED008E1FE4 /* LLDB.framework */; };
-               94DB610416EA89BD00459D9E /* lldbperf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 940DB89A16EA5F4200D3C2F1 /* lldbperf.a */; };
-               94DB610516EA89C000459D9E /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94DB60F016EA888A00459D9E /* main.cpp */; };
                94EA1D5C15E6C9B400D4171A /* PythonDataObjects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94EA1D5B15E6C9B400D4171A /* PythonDataObjects.cpp */; };
                94FA3DE01405D50400833217 /* ValueObjectConstResultChild.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94FA3DDF1405D50300833217 /* ValueObjectConstResultChild.cpp */; };
                9A19A6AF1163BBB200E0D453 /* SBValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A19A6A51163BB7E00E0D453 /* SBValue.h */; settings = {ATTRIBUTES = (Public, ); }; };
                        remoteGlobalIDString = 2689FFC913353D7A00698AC0;
                        remoteInfo = "lldb-core";
                };
-               940DB8BA16EA61D900D3C2F1 /* PBXContainerItemProxy */ = {
-                       isa = PBXContainerItemProxy;
-                       containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
-                       proxyType = 1;
-                       remoteGlobalIDString = 26680206115FD0ED008E1FE4;
-                       remoteInfo = LLDB;
-               };
-               940DB8E816EA72BE00D3C2F1 /* PBXContainerItemProxy */ = {
-                       isa = PBXContainerItemProxy;
-                       containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
-                       proxyType = 1;
-                       remoteGlobalIDString = 940DB89916EA5F4200D3C2F1;
-                       remoteInfo = lldbperf;
-               };
-               94DB610016EA89AE00459D9E /* PBXContainerItemProxy */ = {
-                       isa = PBXContainerItemProxy;
-                       containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
-                       proxyType = 1;
-                       remoteGlobalIDString = 940DB89916EA5F4200D3C2F1;
-                       remoteInfo = lldbperf;
-               };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXCopyFilesBuildPhase section */
-               940DB8AB16EA60C900D3C2F1 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
-               };
-               94DB60F316EA897F00459D9E /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = /usr/share/man/man1/;
-                       dstSubfolderSpec = 0;
-                       files = (
-                       );
-                       runOnlyForDeploymentPostprocessing = 1;
-               };
                AF90106415AB7D2900FF120D /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 8;
                94031A9F13CF5B3D00DCFF3C /* PriorityPointerPair.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PriorityPointerPair.h; path = include/lldb/Utility/PriorityPointerPair.h; sourceTree = "<group>"; };
                94094C68163B6CCC0083A547 /* ValueObjectCast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ValueObjectCast.h; path = include/lldb/Core/ValueObjectCast.h; sourceTree = "<group>"; };
                94094C69163B6CD90083A547 /* ValueObjectCast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ValueObjectCast.cpp; path = source/Core/ValueObjectCast.cpp; sourceTree = "<group>"; };
-               940DB89A16EA5F4200D3C2F1 /* lldbperf.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = lldbperf.a; sourceTree = BUILT_PRODUCTS_DIR; };
-               940DB8AD16EA60C900D3C2F1 /* lldb-perf-sketch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "lldb-perf-sketch"; sourceTree = BUILT_PRODUCTS_DIR; };
                940DB8CA16EA66FB00D3C2F1 /* Gauge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gauge.h; sourceTree = "<group>"; };
                940DB8CE16EA670C00D3C2F1 /* Measurement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Measurement.h; sourceTree = "<group>"; };
                940DB8D116EA671800D3C2F1 /* MemoryGauge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryGauge.cpp; sourceTree = "<group>"; };
                94D6A0A816CEB55F00833B6E /* NSDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NSDictionary.cpp; path = source/DataFormatters/NSDictionary.cpp; sourceTree = "<group>"; };
                94D6A0A916CEB55F00833B6E /* NSSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NSSet.cpp; path = source/DataFormatters/NSSet.cpp; sourceTree = "<group>"; };
                94DB60F016EA888A00459D9E /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
-               94DB60F516EA897F00459D9E /* lldb-perf-formatters */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "lldb-perf-formatters"; sourceTree = BUILT_PRODUCTS_DIR; };
                94E367CC140C4EC4001C7A5A /* modify-python-lldb.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = "modify-python-lldb.py"; sourceTree = "<group>"; };
                94E367CE140C4EEA001C7A5A /* python-typemaps.swig */ = {isa = PBXFileReference; lastKnownFileType = text; path = "python-typemaps.swig"; sourceTree = "<group>"; };
                94EA1D5A15E6C99B00D4171A /* PythonDataObjects.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PythonDataObjects.h; path = include/lldb/Interpreter/PythonDataObjects.h; sourceTree = "<group>"; };
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               940DB89716EA5F4200D3C2F1 /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               940DB8E516EA6E1800D3C2F1 /* LLDB.framework in Frameworks */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               940DB8AA16EA60C900D3C2F1 /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               940DB8B816EA614400D3C2F1 /* lldbperf.a in Frameworks */,
-                               940DB8EB16EA752000D3C2F1 /* CoreFoundation.framework in Frameworks */,
-                               940DB8EC16EA752E00D3C2F1 /* LLDB.framework in Frameworks */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               94DB60F216EA897F00459D9E /* Frameworks */ = {
-                       isa = PBXFrameworksBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               94DB610216EA89B800459D9E /* CoreFoundation.framework in Frameworks */,
-                               94DB610316EA89BD00459D9E /* LLDB.framework in Frameworks */,
-                               94DB610416EA89BD00459D9E /* lldbperf.a in Frameworks */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
                EDC6D49614E5C19B001B75F8 /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                                26DC6A101337FE6900FF7998 /* lldb-platform */,
                                EDC6D49914E5C19B001B75F8 /* com.apple.lldb.launcherXPCService.xpc */,
                                EDE274EC14EDCE1F005B0F75 /* com.apple.lldb.launcherRootXPCService.xpc */,
-                               940DB89A16EA5F4200D3C2F1 /* lldbperf.a */,
-                               940DB8AD16EA60C900D3C2F1 /* lldb-perf-sketch */,
-                               94DB60F516EA897F00459D9E /* lldb-perf-formatters */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               940DB89816EA5F4200D3C2F1 /* Headers */ = {
-                       isa = PBXHeadersBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               940DB8E016EA673800D3C2F1 /* Timer.h in Headers */,
-                               940DB8CC16EA66FB00D3C2F1 /* Gauge.h in Headers */,
-                               940DB8D416EA671800D3C2F1 /* MemoryGauge.h in Headers */,
-                               940DB8DC16EA672D00D3C2F1 /* TestCase.h in Headers */,
-                               940DB8F716EA76A400D3C2F1 /* CFCReleaser.h in Headers */,
-                               940DB8E416EA674000D3C2F1 /* Xcode.h in Headers */,
-                               940DB8F916EA76A400D3C2F1 /* CFCString.h in Headers */,
-                               940DB8F016EA76A400D3C2F1 /* CFCData.h in Headers */,
-                               940DB8F216EA76A400D3C2F1 /* CFCMutableArray.h in Headers */,
-                               940DB8F616EA76A400D3C2F1 /* CFCMutableSet.h in Headers */,
-                               940DB8D816EA672200D3C2F1 /* Metric.h in Headers */,
-                               940DB8F416EA76A400D3C2F1 /* CFCMutableDictionary.h in Headers */,
-                               940DB8D016EA670C00D3C2F1 /* Measurement.h in Headers */,
-                               940DB8EE16EA76A400D3C2F1 /* CFCBundle.h in Headers */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
 /* End PBXHeadersBuildPhase section */
 
 /* Begin PBXLegacyTarget section */
                        productReference = 26F5C26A10F3D9A4009D5894 /* lldb */;
                        productType = "com.apple.product-type.tool";
                };
-               940DB89916EA5F4200D3C2F1 /* lldbperf */ = {
-                       isa = PBXNativeTarget;
-                       buildConfigurationList = 940DB8A816EA5F4200D3C2F1 /* Build configuration list for PBXNativeTarget "lldbperf" */;
-                       buildPhases = (
-                               940DB89616EA5F4200D3C2F1 /* Sources */,
-                               940DB89716EA5F4200D3C2F1 /* Frameworks */,
-                               940DB89816EA5F4200D3C2F1 /* Headers */,
-                       );
-                       buildRules = (
-                       );
-                       dependencies = (
-                               940DB8BB16EA61D900D3C2F1 /* PBXTargetDependency */,
-                       );
-                       name = lldbperf;
-                       productName = lldbperf;
-                       productReference = 940DB89A16EA5F4200D3C2F1 /* lldbperf.a */;
-                       productType = "com.apple.product-type.library.dynamic";
-               };
-               940DB8AC16EA60C900D3C2F1 /* lldb-perf-sketch */ = {
-                       isa = PBXNativeTarget;
-                       buildConfigurationList = 940DB8B316EA60CA00D3C2F1 /* Build configuration list for PBXNativeTarget "lldb-perf-sketch" */;
-                       buildPhases = (
-                               940DB8A916EA60C900D3C2F1 /* Sources */,
-                               940DB8AA16EA60C900D3C2F1 /* Frameworks */,
-                               940DB8AB16EA60C900D3C2F1 /* CopyFiles */,
-                       );
-                       buildRules = (
-                       );
-                       dependencies = (
-                               940DB8E916EA72BE00D3C2F1 /* PBXTargetDependency */,
-                       );
-                       name = "lldb-perf-sketch";
-                       productName = "lldb-perf-sketch";
-                       productReference = 940DB8AD16EA60C900D3C2F1 /* lldb-perf-sketch */;
-                       productType = "com.apple.product-type.tool";
-               };
-               94DB60F416EA897F00459D9E /* lldb-perf-formatters */ = {
-                       isa = PBXNativeTarget;
-                       buildConfigurationList = 94DB60FB16EA897F00459D9E /* Build configuration list for PBXNativeTarget "lldb-perf-formatters" */;
-                       buildPhases = (
-                               94DB60F116EA897F00459D9E /* Sources */,
-                               94DB60F216EA897F00459D9E /* Frameworks */,
-                               94DB60F316EA897F00459D9E /* CopyFiles */,
-                       );
-                       buildRules = (
-                       );
-                       dependencies = (
-                               94DB610116EA89AE00459D9E /* PBXTargetDependency */,
-                       );
-                       name = "lldb-perf-formatters";
-                       productName = "lldb-perf-formatters";
-                       productReference = 94DB60F516EA897F00459D9E /* lldb-perf-formatters */;
-                       productType = "com.apple.product-type.tool";
-               };
                EDC6D49814E5C19B001B75F8 /* launcherXPCService */ = {
                        isa = PBXNativeTarget;
                        buildConfigurationList = EDC6D4A614E5C19B001B75F8 /* Build configuration list for PBXNativeTarget "launcherXPCService" */;
                                EDC6D49814E5C19B001B75F8 /* launcherXPCService */,
                                EDE274E214EDCE1F005B0F75 /* launcherRootXPCService */,
                                2687EAC51508110B00DD8C2E /* install-headers */,
-                               940DB89916EA5F4200D3C2F1 /* lldbperf */,
-                               940DB8AC16EA60C900D3C2F1 /* lldb-perf-sketch */,
-                               94DB60F416EA897F00459D9E /* lldb-perf-formatters */,
                        );
                };
 /* End PBXProject section */
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
-               940DB89616EA5F4200D3C2F1 /* Sources */ = {
-                       isa = PBXSourcesBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               940DB8EF16EA76A400D3C2F1 /* CFCData.cpp in Sources */,
-                               940DB8F116EA76A400D3C2F1 /* CFCMutableArray.cpp in Sources */,
-                               940DB8ED16EA76A400D3C2F1 /* CFCBundle.cpp in Sources */,
-                               940DB8D316EA671800D3C2F1 /* MemoryGauge.cpp in Sources */,
-                               940DB8DB16EA672D00D3C2F1 /* TestCase.cpp in Sources */,
-                               940DB8E316EA674000D3C2F1 /* Xcode.cpp in Sources */,
-                               940DB8DF16EA673800D3C2F1 /* Timer.cpp in Sources */,
-                               940DB8D716EA672200D3C2F1 /* Metric.cpp in Sources */,
-                               940DB8F516EA76A400D3C2F1 /* CFCMutableSet.cpp in Sources */,
-                               940DB8F316EA76A400D3C2F1 /* CFCMutableDictionary.cpp in Sources */,
-                               940DB8F816EA76A400D3C2F1 /* CFCString.cpp in Sources */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               940DB8A916EA60C900D3C2F1 /* Sources */ = {
-                       isa = PBXSourcesBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               940DB8E716EA709400D3C2F1 /* main.cpp in Sources */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
-               94DB60F116EA897F00459D9E /* Sources */ = {
-                       isa = PBXSourcesBuildPhase;
-                       buildActionMask = 2147483647;
-                       files = (
-                               94DB610516EA89C000459D9E /* main.cpp in Sources */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
                EDC6D49514E5C19B001B75F8 /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        target = 2689FFC913353D7A00698AC0 /* lldb-core */;
                        targetProxy = 26DC6A151337FE7300FF7998 /* PBXContainerItemProxy */;
                };
-               940DB8BB16EA61D900D3C2F1 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 26680206115FD0ED008E1FE4 /* LLDB */;
-                       targetProxy = 940DB8BA16EA61D900D3C2F1 /* PBXContainerItemProxy */;
-               };
-               940DB8E916EA72BE00D3C2F1 /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 940DB89916EA5F4200D3C2F1 /* lldbperf */;
-                       targetProxy = 940DB8E816EA72BE00D3C2F1 /* PBXContainerItemProxy */;
-               };
-               94DB610116EA89AE00459D9E /* PBXTargetDependency */ = {
-                       isa = PBXTargetDependency;
-                       target = 940DB89916EA5F4200D3C2F1 /* lldbperf */;
-                       targetProxy = 94DB610016EA89AE00459D9E /* PBXContainerItemProxy */;
-               };
 /* End PBXTargetDependency section */
 
 /* Begin XCBuildConfiguration section */
                        };
                        name = DebugClang;
                };
-               940DB8A416EA5F4200D3C2F1 /* Debug */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               EXECUTABLE_EXTENSION = a;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "DEBUG=1",
-                                       "$(inherited)",
-                               );
-                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               LD_DYLIB_INSTALL_NAME = "$(DEVELOPER_DIR)/Library/PrivateFrameworks/LLDB.framework/Resources/$(PRODUCT_NAME).a";
-                               MACH_O_TYPE = staticlib;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = Debug;
-               };
-               940DB8A516EA5F4200D3C2F1 /* DebugClang */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               EXECUTABLE_EXTENSION = a;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "DEBUG=1",
-                                       "$(inherited)",
-                               );
-                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               LD_DYLIB_INSTALL_NAME = "$(DEVELOPER_DIR)/Library/PrivateFrameworks/LLDB.framework/Resources/$(PRODUCT_NAME).a";
-                               MACH_O_TYPE = staticlib;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = DebugClang;
-               };
-               940DB8A616EA5F4200D3C2F1 /* Release */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               COPY_PHASE_STRIP = YES;
-                               ENABLE_NS_ASSERTIONS = NO;
-                               EXECUTABLE_EXTENSION = a;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               LD_DYLIB_INSTALL_NAME = "$(DEVELOPER_DIR)/Library/PrivateFrameworks/LLDB.framework/Resources/$(PRODUCT_NAME).a";
-                               MACH_O_TYPE = staticlib;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools $(SRCROOT)/source/Host/macosx/";
-                       };
-                       name = Release;
-               };
-               940DB8A716EA5F4200D3C2F1 /* BuildAndIntegration */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               COPY_PHASE_STRIP = YES;
-                               ENABLE_NS_ASSERTIONS = NO;
-                               EXECUTABLE_EXTENSION = a;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               LD_DYLIB_INSTALL_NAME = "$(DEVELOPER_DIR)/Library/PrivateFrameworks/LLDB.framework/Resources/$(PRODUCT_NAME).a";
-                               MACH_O_TYPE = staticlib;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools $(SRCROOT)/source/Host/macosx/";
-                       };
-                       name = BuildAndIntegration;
-               };
-               940DB8B416EA60CA00D3C2F1 /* Debug */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "DEBUG=1",
-                                       "$(inherited)",
-                               );
-                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = Debug;
-               };
-               940DB8B516EA60CA00D3C2F1 /* DebugClang */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "DEBUG=1",
-                                       "$(inherited)",
-                               );
-                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = DebugClang;
-               };
-               940DB8B616EA60CA00D3C2F1 /* Release */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               COPY_PHASE_STRIP = YES;
-                               ENABLE_NS_ASSERTIONS = NO;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = Release;
-               };
-               940DB8B716EA60CA00D3C2F1 /* BuildAndIntegration */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_ENABLE_OBJC_ARC = YES;
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               COPY_PHASE_STRIP = YES;
-                               ENABLE_NS_ASSERTIONS = NO;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = BuildAndIntegration;
-               };
-               94DB60FC16EA897F00459D9E /* Debug */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "DEBUG=1",
-                                       "$(inherited)",
-                               );
-                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = Debug;
-               };
-               94DB60FD16EA897F00459D9E /* DebugClang */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "DEBUG=1",
-                                       "$(inherited)",
-                               );
-                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools";
-                       };
-                       name = DebugClang;
-               };
-               94DB60FE16EA897F00459D9E /* Release */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               COPY_PHASE_STRIP = YES;
-                               ENABLE_NS_ASSERTIONS = NO;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools $(SRCROOT)/source/Host/macosx/";
-                       };
-                       name = Release;
-               };
-               94DB60FF16EA897F00459D9E /* BuildAndIntegration */ = {
-                       isa = XCBuildConfiguration;
-                       buildSettings = {
-                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
-                               CLANG_WARN_BOOL_CONVERSION = YES;
-                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-                               COPY_PHASE_STRIP = YES;
-                               ENABLE_NS_ASSERTIONS = NO;
-                               GCC_C_LANGUAGE_STANDARD = gnu99;
-                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
-                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-                               GCC_WARN_UNDECLARED_SELECTOR = YES;
-                               MACOSX_DEPLOYMENT_TARGET = 10.9;
-                               PRODUCT_NAME = "$(TARGET_NAME)";
-                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/include $(SRCROOT)/source $(LLVM_SOURCE_DIR)/include $(LLVM_SOURCE_DIR)/tools/clang/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/include $(LLVM_BUILD_DIR)/$(LLVM_BUILD_DIR_ARCH)/tools/clang/include $(SRCROOT)/Tools $(SRCROOT)/source/Host/macosx/";
-                       };
-                       name = BuildAndIntegration;
-               };
                EDC6D4A714E5C19B001B75F8 /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = BuildAndIntegration;
                };
-               940DB8A816EA5F4200D3C2F1 /* Build configuration list for PBXNativeTarget "lldbperf" */ = {
-                       isa = XCConfigurationList;
-                       buildConfigurations = (
-                               940DB8A416EA5F4200D3C2F1 /* Debug */,
-                               940DB8A516EA5F4200D3C2F1 /* DebugClang */,
-                               940DB8A616EA5F4200D3C2F1 /* Release */,
-                               940DB8A716EA5F4200D3C2F1 /* BuildAndIntegration */,
-                       );
-                       defaultConfigurationIsVisible = 0;
-                       defaultConfigurationName = BuildAndIntegration;
-               };
-               940DB8B316EA60CA00D3C2F1 /* Build configuration list for PBXNativeTarget "lldb-perf-sketch" */ = {
-                       isa = XCConfigurationList;
-                       buildConfigurations = (
-                               940DB8B416EA60CA00D3C2F1 /* Debug */,
-                               940DB8B516EA60CA00D3C2F1 /* DebugClang */,
-                               940DB8B616EA60CA00D3C2F1 /* Release */,
-                               940DB8B716EA60CA00D3C2F1 /* BuildAndIntegration */,
-                       );
-                       defaultConfigurationIsVisible = 0;
-                       defaultConfigurationName = BuildAndIntegration;
-               };
-               94DB60FB16EA897F00459D9E /* Build configuration list for PBXNativeTarget "lldb-perf-formatters" */ = {
-                       isa = XCConfigurationList;
-                       buildConfigurations = (
-                               94DB60FC16EA897F00459D9E /* Debug */,
-                               94DB60FD16EA897F00459D9E /* DebugClang */,
-                               94DB60FE16EA897F00459D9E /* Release */,
-                               94DB60FF16EA897F00459D9E /* BuildAndIntegration */,
-                       );
-                       defaultConfigurationIsVisible = 0;
-                       defaultConfigurationName = BuildAndIntegration;
-               };
                EDC6D4A614E5C19B001B75F8 /* Build configuration list for PBXNativeTarget "launcherXPCService" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
index f92eecc..3266d5b 100644 (file)
@@ -7,4 +7,7 @@
    <FileRef
       location = "group:tools/debugserver/debugserver.xcodeproj">
    </FileRef>
+   <FileRef
+      location = "group:tools/lldb-perf/lldbperf.xcodeproj">
+   </FileRef>
 </Workspace>
diff --git a/lldb/tools/lldb-perf/lldbperf.xcodeproj/project.pbxproj b/lldb/tools/lldb-perf/lldbperf.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..e9acd68
--- /dev/null
@@ -0,0 +1,727 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 46;
+       objects = {
+
+/* Begin PBXAggregateTarget section */
+               4C1E37E316F7A0A500FF10BB /* All Perf Tests */ = {
+                       isa = PBXAggregateTarget;
+                       buildConfigurationList = 4C1E37E416F7A0A600FF10BB /* Build configuration list for PBXAggregateTarget "All Perf Tests" */;
+                       buildPhases = (
+                       );
+                       dependencies = (
+                               4C1E37E816F7A0AE00FF10BB /* PBXTargetDependency */,
+                               4C1E37EA16F7A0B100FF10BB /* PBXTargetDependency */,
+                       );
+                       name = "All Perf Tests";
+                       productName = All;
+               };
+/* End PBXAggregateTarget section */
+
+/* Begin PBXBuildFile section */
+               4C1E374E16F407C800FF10BB /* Gauge.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374216F407C800FF10BB /* Gauge.h */; };
+               4C1E374F16F407C800FF10BB /* Measurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374316F407C800FF10BB /* Measurement.h */; };
+               4C1E375016F407C800FF10BB /* MemoryGauge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E374416F407C800FF10BB /* MemoryGauge.cpp */; };
+               4C1E375116F407C800FF10BB /* MemoryGauge.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374516F407C800FF10BB /* MemoryGauge.h */; };
+               4C1E375216F407C800FF10BB /* Metric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E374616F407C800FF10BB /* Metric.cpp */; };
+               4C1E375316F407C800FF10BB /* Metric.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374716F407C800FF10BB /* Metric.h */; };
+               4C1E375416F407C800FF10BB /* TestCase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E374816F407C800FF10BB /* TestCase.cpp */; };
+               4C1E375516F407C800FF10BB /* TestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374916F407C800FF10BB /* TestCase.h */; };
+               4C1E375616F407C800FF10BB /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E374A16F407C800FF10BB /* Timer.cpp */; };
+               4C1E375716F407C800FF10BB /* Timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374B16F407C800FF10BB /* Timer.h */; };
+               4C1E375816F407C800FF10BB /* Xcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E374C16F407C800FF10BB /* Xcode.cpp */; };
+               4C1E375916F407C800FF10BB /* Xcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E374D16F407C800FF10BB /* Xcode.h */; };
+               4C1E377916F4089E00FF10BB /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E377816F4089E00FF10BB /* main.cpp */; };
+               4C1E377A16F4091700FF10BB /* liblldbperf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1E373916F4035D00FF10BB /* liblldbperf.a */; };
+               4C1E378216F40B8900FF10BB /* CFCBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E375B16F4081300FF10BB /* CFCBundle.cpp */; };
+               4C1E378316F40B8C00FF10BB /* CFCData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E375D16F4081300FF10BB /* CFCData.cpp */; };
+               4C1E378416F40B8F00FF10BB /* CFCMutableArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E375F16F4081300FF10BB /* CFCMutableArray.cpp */; };
+               4C1E378516F40B9200FF10BB /* CFCMutableDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E376116F4081300FF10BB /* CFCMutableDictionary.cpp */; };
+               4C1E378616F40B9600FF10BB /* CFCMutableSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E376316F4081300FF10BB /* CFCMutableSet.cpp */; };
+               4C1E378716F40B9C00FF10BB /* CFCReleaser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E376516F4081300FF10BB /* CFCReleaser.h */; };
+               4C1E378816F40B9F00FF10BB /* CFCString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E376616F4081300FF10BB /* CFCString.cpp */; };
+               4C1E378916F40BA200FF10BB /* CFCString.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E376716F4081300FF10BB /* CFCString.h */; };
+               4C1E378A16F40BA600FF10BB /* CoreFoundationCPP.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E376816F4081300FF10BB /* CoreFoundationCPP.h */; };
+               4C1E378B16F40BAB00FF10BB /* CFCBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E375C16F4081300FF10BB /* CFCBundle.h */; };
+               4C1E378C16F40BAF00FF10BB /* CFCData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E375E16F4081300FF10BB /* CFCData.h */; };
+               4C1E378D16F40BB300FF10BB /* CFCMutableArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E376016F4081300FF10BB /* CFCMutableArray.h */; };
+               4C1E378E16F40BB700FF10BB /* CFCMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E376216F4081300FF10BB /* CFCMutableDictionary.h */; };
+               4C1E378F16F40BBB00FF10BB /* CFCMutableSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E376416F4081300FF10BB /* CFCMutableSet.h */; };
+               4C1E37C716F79EC300FF10BB /* liblldbperf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1E373916F4035D00FF10BB /* liblldbperf.a */; };
+               4C1E37CB16F79EFA00FF10BB /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E37B416F79E4600FF10BB /* main.cpp */; };
+               4C1E37E016F7A05D00FF10BB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1E37DB16F7A03900FF10BB /* CoreFoundation.framework */; };
+               4C1E37E216F7A07300FF10BB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C1E37DB16F7A03900FF10BB /* CoreFoundation.framework */; };
+               4C86C5CB16F7C1D300844407 /* LLDB.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C86C5C616F7A37800844407 /* LLDB.framework */; };
+               4C86C5CC16F7C1E000844407 /* LLDB.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C86C5C616F7A37800844407 /* LLDB.framework */; };
+               4C86C5DA16F7CED300844407 /* fmts_tester.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4C1E37B316F79E4600FF10BB /* fmts_tester.mm */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+               4C1E379016F40BCD00FF10BB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 4C1E373116F4035D00FF10BB /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 4C1E373816F4035D00FF10BB;
+                       remoteInfo = lldbperf;
+               };
+               4C1E37C316F79EB000FF10BB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 4C1E373116F4035D00FF10BB /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 4C1E373816F4035D00FF10BB;
+                       remoteInfo = lldbperf;
+               };
+               4C1E37E716F7A0AE00FF10BB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 4C1E373116F4035D00FF10BB /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 4C1E37B916F79E9D00FF10BB;
+                       remoteInfo = formatters;
+               };
+               4C1E37E916F7A0B100FF10BB /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 4C1E373116F4035D00FF10BB /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 4C1E376C16F4087A00FF10BB;
+                       remoteInfo = "lldb-perf-sketch";
+               };
+               4C86C5DB16F7CF1200844407 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 4C1E373116F4035D00FF10BB /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 4C86C5D016F7CC8900844407;
+                       remoteInfo = "format-tester";
+               };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+               4C1E373916F4035D00FF10BB /* liblldbperf.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblldbperf.a; sourceTree = BUILT_PRODUCTS_DIR; };
+               4C1E374216F407C800FF10BB /* Gauge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gauge.h; sourceTree = "<group>"; };
+               4C1E374316F407C800FF10BB /* Measurement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Measurement.h; sourceTree = "<group>"; };
+               4C1E374416F407C800FF10BB /* MemoryGauge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryGauge.cpp; sourceTree = "<group>"; };
+               4C1E374516F407C800FF10BB /* MemoryGauge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryGauge.h; sourceTree = "<group>"; };
+               4C1E374616F407C800FF10BB /* Metric.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Metric.cpp; sourceTree = "<group>"; };
+               4C1E374716F407C800FF10BB /* Metric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Metric.h; sourceTree = "<group>"; };
+               4C1E374816F407C800FF10BB /* TestCase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestCase.cpp; sourceTree = "<group>"; };
+               4C1E374916F407C800FF10BB /* TestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestCase.h; sourceTree = "<group>"; };
+               4C1E374A16F407C800FF10BB /* Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Timer.cpp; sourceTree = "<group>"; };
+               4C1E374B16F407C800FF10BB /* Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = "<group>"; };
+               4C1E374C16F407C800FF10BB /* Xcode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Xcode.cpp; sourceTree = "<group>"; };
+               4C1E374D16F407C800FF10BB /* Xcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Xcode.h; sourceTree = "<group>"; };
+               4C1E375B16F4081300FF10BB /* CFCBundle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFCBundle.cpp; sourceTree = "<group>"; };
+               4C1E375C16F4081300FF10BB /* CFCBundle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCBundle.h; sourceTree = "<group>"; };
+               4C1E375D16F4081300FF10BB /* CFCData.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFCData.cpp; sourceTree = "<group>"; };
+               4C1E375E16F4081300FF10BB /* CFCData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCData.h; sourceTree = "<group>"; };
+               4C1E375F16F4081300FF10BB /* CFCMutableArray.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFCMutableArray.cpp; sourceTree = "<group>"; };
+               4C1E376016F4081300FF10BB /* CFCMutableArray.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCMutableArray.h; sourceTree = "<group>"; };
+               4C1E376116F4081300FF10BB /* CFCMutableDictionary.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFCMutableDictionary.cpp; sourceTree = "<group>"; };
+               4C1E376216F4081300FF10BB /* CFCMutableDictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCMutableDictionary.h; sourceTree = "<group>"; };
+               4C1E376316F4081300FF10BB /* CFCMutableSet.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFCMutableSet.cpp; sourceTree = "<group>"; };
+               4C1E376416F4081300FF10BB /* CFCMutableSet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCMutableSet.h; sourceTree = "<group>"; };
+               4C1E376516F4081300FF10BB /* CFCReleaser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCReleaser.h; sourceTree = "<group>"; };
+               4C1E376616F4081300FF10BB /* CFCString.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFCString.cpp; sourceTree = "<group>"; };
+               4C1E376716F4081300FF10BB /* CFCString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFCString.h; sourceTree = "<group>"; };
+               4C1E376816F4081300FF10BB /* CoreFoundationCPP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreFoundationCPP.h; sourceTree = "<group>"; };
+               4C1E376D16F4087A00FF10BB /* lldb-perf-sketch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "lldb-perf-sketch"; sourceTree = BUILT_PRODUCTS_DIR; };
+               4C1E377716F4089E00FF10BB /* foobar.sketch2 */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = foobar.sketch2; sourceTree = "<group>"; };
+               4C1E377816F4089E00FF10BB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               4C1E37B316F79E4600FF10BB /* fmts_tester.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = fmts_tester.mm; sourceTree = "<group>"; };
+               4C1E37B416F79E4600FF10BB /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+               4C1E37BA16F79E9D00FF10BB /* formatters */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = formatters; sourceTree = BUILT_PRODUCTS_DIR; };
+               4C1E37DB16F7A03900FF10BB /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
+               4C1E37DC16F7A03900FF10BB /* LLDB.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LLDB.framework; path = "tools/lldb-perf/../../build/Debug/LLDB.framework"; sourceTree = "<group>"; };
+               4C86C5C316F7A35000844407 /* lldb.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = file; name = lldb.xcodeproj; path = ../../lldb.xcodeproj; sourceTree = "<group>"; };
+               4C86C5C416F7A36A00844407 /* LLDB.framework */ = {isa = PBXFileReference; lastKnownFileType = file; name = LLDB.framework; path = build/Debug/LLDB.framework; sourceTree = "<group>"; };
+               4C86C5C616F7A37800844407 /* LLDB.framework */ = {isa = PBXFileReference; lastKnownFileType = file; name = LLDB.framework; path = build/Debug/LLDB.framework; sourceTree = "<group>"; };
+               4C86C5D116F7CC8900844407 /* format-tester */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "format-tester"; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               4C1E373616F4035D00FF10BB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               4C1E376A16F4087A00FF10BB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C86C5CC16F7C1E000844407 /* LLDB.framework in Frameworks */,
+                               4C1E377A16F4091700FF10BB /* liblldbperf.a in Frameworks */,
+                               4C1E37E016F7A05D00FF10BB /* CoreFoundation.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               4C1E37B716F79E9D00FF10BB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C86C5CB16F7C1D300844407 /* LLDB.framework in Frameworks */,
+                               4C1E37E216F7A07300FF10BB /* CoreFoundation.framework in Frameworks */,
+                               4C1E37C716F79EC300FF10BB /* liblldbperf.a in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               4C86C5CE16F7CC8900844407 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               4C1E373016F4035D00FF10BB = {
+                       isa = PBXGroup;
+                       children = (
+                               4C86C5C316F7A35000844407 /* lldb.xcodeproj */,
+                               4C1E37B516F79E6600FF10BB /* Darwin */,
+                               4C1E375A16F4081300FF10BB /* cfcpp */,
+                               4C1E374116F407C800FF10BB /* lib */,
+                               4C1E373A16F4035D00FF10BB /* Products */,
+                               4C1E37DD16F7A03900FF10BB /* Frameworks */,
+                       );
+                       sourceTree = "<group>";
+               };
+               4C1E373A16F4035D00FF10BB /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C1E373916F4035D00FF10BB /* liblldbperf.a */,
+                               4C1E376D16F4087A00FF10BB /* lldb-perf-sketch */,
+                               4C1E37BA16F79E9D00FF10BB /* formatters */,
+                               4C86C5D116F7CC8900844407 /* format-tester */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               4C1E374116F407C800FF10BB /* lib */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C1E374216F407C800FF10BB /* Gauge.h */,
+                               4C1E374316F407C800FF10BB /* Measurement.h */,
+                               4C1E374416F407C800FF10BB /* MemoryGauge.cpp */,
+                               4C1E374516F407C800FF10BB /* MemoryGauge.h */,
+                               4C1E374616F407C800FF10BB /* Metric.cpp */,
+                               4C1E374716F407C800FF10BB /* Metric.h */,
+                               4C1E374816F407C800FF10BB /* TestCase.cpp */,
+                               4C1E374916F407C800FF10BB /* TestCase.h */,
+                               4C1E374A16F407C800FF10BB /* Timer.cpp */,
+                               4C1E374B16F407C800FF10BB /* Timer.h */,
+                               4C1E374C16F407C800FF10BB /* Xcode.cpp */,
+                               4C1E374D16F407C800FF10BB /* Xcode.h */,
+                       );
+                       path = lib;
+                       sourceTree = "<group>";
+               };
+               4C1E375A16F4081300FF10BB /* cfcpp */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C1E375B16F4081300FF10BB /* CFCBundle.cpp */,
+                               4C1E375C16F4081300FF10BB /* CFCBundle.h */,
+                               4C1E375D16F4081300FF10BB /* CFCData.cpp */,
+                               4C1E375E16F4081300FF10BB /* CFCData.h */,
+                               4C1E375F16F4081300FF10BB /* CFCMutableArray.cpp */,
+                               4C1E376016F4081300FF10BB /* CFCMutableArray.h */,
+                               4C1E376116F4081300FF10BB /* CFCMutableDictionary.cpp */,
+                               4C1E376216F4081300FF10BB /* CFCMutableDictionary.h */,
+                               4C1E376316F4081300FF10BB /* CFCMutableSet.cpp */,
+                               4C1E376416F4081300FF10BB /* CFCMutableSet.h */,
+                               4C1E376516F4081300FF10BB /* CFCReleaser.h */,
+                               4C1E376616F4081300FF10BB /* CFCString.cpp */,
+                               4C1E376716F4081300FF10BB /* CFCString.h */,
+                               4C1E376816F4081300FF10BB /* CoreFoundationCPP.h */,
+                       );
+                       name = cfcpp;
+                       path = ../../source/Host/macosx/cfcpp;
+                       sourceTree = "<group>";
+               };
+               4C1E377616F4089E00FF10BB /* sketch */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C1E377716F4089E00FF10BB /* foobar.sketch2 */,
+                               4C1E377816F4089E00FF10BB /* main.cpp */,
+                       );
+                       name = sketch;
+                       path = darwin/sketch;
+                       sourceTree = "<group>";
+               };
+               4C1E37B216F79E4600FF10BB /* formatters */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C1E37B316F79E4600FF10BB /* fmts_tester.mm */,
+                               4C1E37B416F79E4600FF10BB /* main.cpp */,
+                       );
+                       name = formatters;
+                       path = darwin/formatters;
+                       sourceTree = "<group>";
+               };
+               4C1E37B516F79E6600FF10BB /* Darwin */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C1E377616F4089E00FF10BB /* sketch */,
+                               4C1E37B216F79E4600FF10BB /* formatters */,
+                       );
+                       name = Darwin;
+                       sourceTree = "<group>";
+               };
+               4C1E37DD16F7A03900FF10BB /* Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4C86C5C616F7A37800844407 /* LLDB.framework */,
+                               4C86C5C416F7A36A00844407 /* LLDB.framework */,
+                               4C1E37DB16F7A03900FF10BB /* CoreFoundation.framework */,
+                               4C1E37DC16F7A03900FF10BB /* LLDB.framework */,
+                       );
+                       name = Frameworks;
+                       path = ../..;
+                       sourceTree = "<group>";
+               };
+               4C86C5DE16F7D18F00844407 /* Products */ = {
+                       isa = PBXGroup;
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+               4C1E373716F4035D00FF10BB /* Headers */ = {
+                       isa = PBXHeadersBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C1E375716F407C800FF10BB /* Timer.h in Headers */,
+                               4C1E378D16F40BB300FF10BB /* CFCMutableArray.h in Headers */,
+                               4C1E374E16F407C800FF10BB /* Gauge.h in Headers */,
+                               4C1E378716F40B9C00FF10BB /* CFCReleaser.h in Headers */,
+                               4C1E378916F40BA200FF10BB /* CFCString.h in Headers */,
+                               4C1E375116F407C800FF10BB /* MemoryGauge.h in Headers */,
+                               4C1E378C16F40BAF00FF10BB /* CFCData.h in Headers */,
+                               4C1E375516F407C800FF10BB /* TestCase.h in Headers */,
+                               4C1E375916F407C800FF10BB /* Xcode.h in Headers */,
+                               4C1E375316F407C800FF10BB /* Metric.h in Headers */,
+                               4C1E378F16F40BBB00FF10BB /* CFCMutableSet.h in Headers */,
+                               4C1E378E16F40BB700FF10BB /* CFCMutableDictionary.h in Headers */,
+                               4C1E378B16F40BAB00FF10BB /* CFCBundle.h in Headers */,
+                               4C1E378A16F40BA600FF10BB /* CoreFoundationCPP.h in Headers */,
+                               4C1E374F16F407C800FF10BB /* Measurement.h in Headers */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+               4C1E373816F4035D00FF10BB /* lldbperf */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 4C1E373D16F4035D00FF10BB /* Build configuration list for PBXNativeTarget "lldbperf" */;
+                       buildPhases = (
+                               4C1E373516F4035D00FF10BB /* Sources */,
+                               4C1E373616F4035D00FF10BB /* Frameworks */,
+                               4C1E373716F4035D00FF10BB /* Headers */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = lldbperf;
+                       productName = lldbperf;
+                       productReference = 4C1E373916F4035D00FF10BB /* liblldbperf.a */;
+                       productType = "com.apple.product-type.library.static";
+               };
+               4C1E376C16F4087A00FF10BB /* lldb-perf-sketch */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 4C1E377316F4087A00FF10BB /* Build configuration list for PBXNativeTarget "lldb-perf-sketch" */;
+                       buildPhases = (
+                               4C1E376916F4087A00FF10BB /* Sources */,
+                               4C1E376A16F4087A00FF10BB /* Frameworks */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                               4C1E379116F40BCD00FF10BB /* PBXTargetDependency */,
+                       );
+                       name = "lldb-perf-sketch";
+                       productName = "lldb-perf-sketch";
+                       productReference = 4C1E376D16F4087A00FF10BB /* lldb-perf-sketch */;
+                       productType = "com.apple.product-type.tool";
+               };
+               4C1E37B916F79E9D00FF10BB /* lldb-perf-formatters */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 4C1E37C016F79E9D00FF10BB /* Build configuration list for PBXNativeTarget "lldb-perf-formatters" */;
+                       buildPhases = (
+                               4C1E37B616F79E9D00FF10BB /* Sources */,
+                               4C1E37B716F79E9D00FF10BB /* Frameworks */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                               4C1E37C416F79EB000FF10BB /* PBXTargetDependency */,
+                               4C86C5DC16F7CF1200844407 /* PBXTargetDependency */,
+                       );
+                       name = "lldb-perf-formatters";
+                       productName = formatters;
+                       productReference = 4C1E37BA16F79E9D00FF10BB /* formatters */;
+                       productType = "com.apple.product-type.tool";
+               };
+               4C86C5D016F7CC8900844407 /* format-tester */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 4C86C5D716F7CC8900844407 /* Build configuration list for PBXNativeTarget "format-tester" */;
+                       buildPhases = (
+                               4C86C5CD16F7CC8900844407 /* Sources */,
+                               4C86C5CE16F7CC8900844407 /* Frameworks */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = "format-tester";
+                       productName = "format-tester";
+                       productReference = 4C86C5D116F7CC8900844407 /* format-tester */;
+                       productType = "com.apple.product-type.tool";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               4C1E373116F4035D00FF10BB /* Project object */ = {
+                       isa = PBXProject;
+                       attributes = {
+                               LastUpgradeCheck = 0500;
+                               ORGANIZATIONNAME = lldb.llvm.org;
+                       };
+                       buildConfigurationList = 4C1E373416F4035D00FF10BB /* Build configuration list for PBXProject "lldbperf" */;
+                       compatibilityVersion = "Xcode 3.2";
+                       developmentRegion = English;
+                       hasScannedForEncodings = 0;
+                       knownRegions = (
+                               en,
+                       );
+                       mainGroup = 4C1E373016F4035D00FF10BB;
+                       productRefGroup = 4C1E373A16F4035D00FF10BB /* Products */;
+                       projectDirPath = "";
+                       projectReferences = (
+                               {
+                                       ProductGroup = 4C86C5DE16F7D18F00844407 /* Products */;
+                                       ProjectRef = 4C86C5C316F7A35000844407 /* lldb.xcodeproj */;
+                               },
+                       );
+                       projectRoot = "";
+                       targets = (
+                               4C1E373816F4035D00FF10BB /* lldbperf */,
+                               4C1E376C16F4087A00FF10BB /* lldb-perf-sketch */,
+                               4C1E37B916F79E9D00FF10BB /* lldb-perf-formatters */,
+                               4C86C5D016F7CC8900844407 /* format-tester */,
+                               4C1E37E316F7A0A500FF10BB /* All Perf Tests */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+               4C1E373516F4035D00FF10BB /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C1E378316F40B8C00FF10BB /* CFCData.cpp in Sources */,
+                               4C1E378416F40B8F00FF10BB /* CFCMutableArray.cpp in Sources */,
+                               4C1E378216F40B8900FF10BB /* CFCBundle.cpp in Sources */,
+                               4C1E375016F407C800FF10BB /* MemoryGauge.cpp in Sources */,
+                               4C1E375416F407C800FF10BB /* TestCase.cpp in Sources */,
+                               4C1E375816F407C800FF10BB /* Xcode.cpp in Sources */,
+                               4C1E375216F407C800FF10BB /* Metric.cpp in Sources */,
+                               4C1E375616F407C800FF10BB /* Timer.cpp in Sources */,
+                               4C1E378616F40B9600FF10BB /* CFCMutableSet.cpp in Sources */,
+                               4C1E378516F40B9200FF10BB /* CFCMutableDictionary.cpp in Sources */,
+                               4C1E378816F40B9F00FF10BB /* CFCString.cpp in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               4C1E376916F4087A00FF10BB /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C1E377916F4089E00FF10BB /* main.cpp in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               4C1E37B616F79E9D00FF10BB /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C1E37CB16F79EFA00FF10BB /* main.cpp in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               4C86C5CD16F7CC8900844407 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4C86C5DA16F7CED300844407 /* fmts_tester.mm in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+               4C1E379116F40BCD00FF10BB /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 4C1E373816F4035D00FF10BB /* lldbperf */;
+                       targetProxy = 4C1E379016F40BCD00FF10BB /* PBXContainerItemProxy */;
+               };
+               4C1E37C416F79EB000FF10BB /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 4C1E373816F4035D00FF10BB /* lldbperf */;
+                       targetProxy = 4C1E37C316F79EB000FF10BB /* PBXContainerItemProxy */;
+               };
+               4C1E37E816F7A0AE00FF10BB /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 4C1E37B916F79E9D00FF10BB /* lldb-perf-formatters */;
+                       targetProxy = 4C1E37E716F7A0AE00FF10BB /* PBXContainerItemProxy */;
+               };
+               4C1E37EA16F7A0B100FF10BB /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 4C1E376C16F4087A00FF10BB /* lldb-perf-sketch */;
+                       targetProxy = 4C1E37E916F7A0B100FF10BB /* PBXContainerItemProxy */;
+               };
+               4C86C5DC16F7CF1200844407 /* PBXTargetDependency */ = {
+                       isa = PBXTargetDependency;
+                       target = 4C86C5D016F7CC8900844407 /* format-tester */;
+                       targetProxy = 4C86C5DB16F7CF1200844407 /* PBXContainerItemProxy */;
+               };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+               4C1E373B16F4035D00FF10BB /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+                               CLANG_CXX_LIBRARY = "libc++";
+                               CLANG_WARN_BOOL_CONVERSION = YES;
+                               CLANG_WARN_CONSTANT_CONVERSION = YES;
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN_ENUM_CONVERSION = YES;
+                               CLANG_WARN_INT_CONVERSION = YES;
+                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+                               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                               COPY_PHASE_STRIP = NO;
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+                               GCC_OPTIMIZATION_LEVEL = 0;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "DEBUG=1",
+                                       "$(inherited)",
+                               );
+                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                               GCC_WARN_UNDECLARED_SELECTOR = YES;
+                               GCC_WARN_UNINITIALIZED_AUTOS = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.9;
+                               ONLY_ACTIVE_ARCH = YES;
+                               SDKROOT = macosx;
+                       };
+                       name = Debug;
+               };
+               4C1E373C16F4035D00FF10BB /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+                               CLANG_CXX_LIBRARY = "libc++";
+                               CLANG_WARN_BOOL_CONVERSION = YES;
+                               CLANG_WARN_CONSTANT_CONVERSION = YES;
+                               CLANG_WARN_EMPTY_BODY = YES;
+                               CLANG_WARN_ENUM_CONVERSION = YES;
+                               CLANG_WARN_INT_CONVERSION = YES;
+                               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+                               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                               COPY_PHASE_STRIP = YES;
+                               DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               ENABLE_NS_ASSERTIONS = NO;
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                               GCC_WARN_UNDECLARED_SELECTOR = YES;
+                               GCC_WARN_UNINITIALIZED_AUTOS = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               MACOSX_DEPLOYMENT_TARGET = 10.9;
+                               SDKROOT = macosx;
+                       };
+                       name = Release;
+               };
+               4C1E373E16F4035D00FF10BB /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               EXECUTABLE_PREFIX = lib;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../include";
+                       };
+                       name = Debug;
+               };
+               4C1E373F16F4035D00FF10BB /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               EXECUTABLE_PREFIX = lib;
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../include";
+                       };
+                       name = Release;
+               };
+               4C1E377416F4087A00FF10BB /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(SRCROOT)/../../build/Debug",
+                               );
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "DEBUG=1",
+                                       "$(inherited)",
+                               );
+                               OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../../../../build/Debug";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../include $(SRCROOT)/../../source/Host/macosx/cfcpp $(SRCROOT)/../";
+                       };
+                       name = Debug;
+               };
+               4C1E377516F4087A00FF10BB /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(SRCROOT)/../../build/Debug",
+                               );
+                               OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../../../../build/Debug";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../include $(SRCROOT)/../../source/Host/macosx/cfcpp $(SRCROOT)/../";
+                       };
+                       name = Release;
+               };
+               4C1E37C116F79E9D00FF10BB /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(SRCROOT)/../../build/Debug",
+                               );
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "DEBUG=1",
+                                       "$(inherited)",
+                               );
+                               OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../../../../build/Debug";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../ $(SRCROOT)/../../include/";
+                       };
+                       name = Debug;
+               };
+               4C1E37C216F79E9D00FF10BB /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               FRAMEWORK_SEARCH_PATHS = (
+                                       "$(inherited)",
+                                       "$(SRCROOT)/../../build/Debug",
+                               );
+                               OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../../../../build/Debug";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../ $(SRCROOT)/../../include/";
+                       };
+                       name = Release;
+               };
+               4C1E37E516F7A0A600FF10BB /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               4C1E37E616F7A0A600FF10BB /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+               4C86C5D816F7CC8900844407 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       "DEBUG=1",
+                                       "$(inherited)",
+                               );
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Debug;
+               };
+               4C86C5D916F7CC8900844407 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               4C1E373416F4035D00FF10BB /* Build configuration list for PBXProject "lldbperf" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4C1E373B16F4035D00FF10BB /* Debug */,
+                               4C1E373C16F4035D00FF10BB /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               4C1E373D16F4035D00FF10BB /* Build configuration list for PBXNativeTarget "lldbperf" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4C1E373E16F4035D00FF10BB /* Debug */,
+                               4C1E373F16F4035D00FF10BB /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               4C1E377316F4087A00FF10BB /* Build configuration list for PBXNativeTarget "lldb-perf-sketch" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4C1E377416F4087A00FF10BB /* Debug */,
+                               4C1E377516F4087A00FF10BB /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               4C1E37C016F79E9D00FF10BB /* Build configuration list for PBXNativeTarget "lldb-perf-formatters" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4C1E37C116F79E9D00FF10BB /* Debug */,
+                               4C1E37C216F79E9D00FF10BB /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               4C1E37E416F7A0A600FF10BB /* Build configuration list for PBXAggregateTarget "All Perf Tests" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4C1E37E516F7A0A600FF10BB /* Debug */,
+                               4C1E37E616F7A0A600FF10BB /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               4C86C5D716F7CC8900844407 /* Build configuration list for PBXNativeTarget "format-tester" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4C86C5D816F7CC8900844407 /* Debug */,
+                               4C86C5D916F7CC8900844407 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = 4C1E373116F4035D00FF10BB /* Project object */;
+}