aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcworkspace
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-12-21 01:47:05 +0000
committerSean Callanan <scallanan@apple.com>2011-12-21 01:47:05 +0000
commit506cba9a125fa42a0cae402d13dda0e95975572a (patch)
tree5e37b41cdafdf4da00e99dd027026c4853493ade /lldb.xcworkspace
parenta75feaf0b7c7f1b4339d4355a94e1088be00e6b0 (diff)
downloadlldb-506cba9a125fa42a0cae402d13dda0e95975572a.tar.gz
Tightened Clang against a bug in which RecordDecls
with incomplete definition data were being converted. Now Clang attempts to complete RecordDecls before converting them, avoiding a nasty crash. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@147029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lldb.xcworkspace')
-rw-r--r--lldb.xcworkspace/contents.xcworkspacedata3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb.xcworkspace/contents.xcworkspacedata b/lldb.xcworkspace/contents.xcworkspacedata
index f92eeccdc..5530459e1 100644
--- a/lldb.xcworkspace/contents.xcworkspacedata
+++ b/lldb.xcworkspace/contents.xcworkspacedata
@@ -7,4 +7,7 @@
<FileRef
location = "group:tools/debugserver/debugserver.xcodeproj">
</FileRef>
+ <FileRef
+ location = "group:llvm">
+ </FileRef>
</Workspace>