diff options
author | Greg Clayton <gclayton@apple.com> | 2010-07-13 20:57:41 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-07-13 20:57:41 +0000 |
commit | d764ecc0de724874d9bf9284f8a8ad5a773bc053 (patch) | |
tree | b9fe1ed29ee311ba1037f14589be8db67dab63d7 | |
parent | 2b7fc3828e2245604a9b518167418d4bf650d5f2 (diff) | |
download | bcm5719-llvm-d764ecc0de724874d9bf9284f8a8ad5a773bc053.tar.gz bcm5719-llvm-d764ecc0de724874d9bf9284f8a8ad5a773bc053.zip |
Removed Xcode project files that aren't needed right now.
llvm-svn: 108271
-rw-r--r-- | lldb/lldb.runcontext | 49 | ||||
-rw-r--r-- | lldb/lldb.xcworkspace/contents.xcworkspacedata | 18 |
2 files changed, 0 insertions, 67 deletions
diff --git a/lldb/lldb.runcontext b/lldb/lldb.runcontext deleted file mode 100644 index 6a1aaecb51a..00000000000 --- a/lldb/lldb.runcontext +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<RunContext - breakPointsEnabled = "YES"> - <RunPhases> - <BuildRunPhase - isEnabled = "Yes" - name = "Build" - buildConfiguration = "Debug"> - <BuildableOutputReferences> - <BuildableOutputReference - BuildableOutputIdentifier = "lldb"> - </BuildableOutputReference> - </BuildableOutputReferences> - </BuildRunPhase> - <ActionRunPhase - isEnabled = "Yes" - name = "Pre-Launch"> - <Actions> - </Actions> - </ActionRunPhase> - <LaunchRunPhase - isEnabled = "Yes" - name = "Launch"> - <CommandLineArguments> - <CommandLineArgument> - </CommandLineArgument> - </CommandLineArguments> - <EnvironmentVariables> - </EnvironmentVariables> - <AdditionalOptions> - </AdditionalOptions> - <AdditionalSourceCodeFilesAndDirs> - </AdditionalSourceCodeFilesAndDirs> - <AdditionalDSYMFilesAndDirs> - </AdditionalDSYMFilesAndDirs> - </LaunchRunPhase> - <ActionRunPhase - isEnabled = "Yes" - name = "Quit"> - <Actions> - </Actions> - </ActionRunPhase> - </RunPhases> - <BuildableOutputRunnable> - <BuildableOutputReference - BuildableOutputIdentifier = "lldb"> - </BuildableOutputReference> - </BuildableOutputRunnable> -</RunContext> diff --git a/lldb/lldb.xcworkspace/contents.xcworkspacedata b/lldb/lldb.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8995b415fd4..00000000000 --- a/lldb/lldb.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Workspace> - <FileRef - path = "lldb.xcodeproj" - referenceStyle = "3"> - </FileRef> - <Group - name = "Supporting Files"> - <FileRef - path = "lldb.runcontext" - referenceStyle = "3"> - </FileRef> - </Group> - <SmartGroup - name = "Run Contexts" - typeIdentifier = "com.apple.dt.document.run-context"> - </SmartGroup> -</Workspace> |