Fix compile unit in example. Thanks Renato Golin!
authorDevang Patel <dpatel@apple.com>
Tue, 13 Jul 2010 16:53:20 +0000 (16:53 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 13 Jul 2010 16:53:20 +0000 (16:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108246 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceLevelDebugging.html

index 2bbe18118e122bd8825b7b558beeedb58b6c70b2..7b4304392de53d17ffd5b25566b86d8f85cf62d1 100644 (file)
@@ -1058,7 +1058,7 @@ int main(int argc, char *argv[]) {
   i32 524329,    ;; Tag
   metadata !"MySource.cpp", 
   metadata !"/Users/mine/sources", 
-  metadata !3    ;; Compile unit
+  metadata !2    ;; Compile unit
 }
 
 ;;
@@ -1068,7 +1068,7 @@ int main(int argc, char *argv[]) {
   i32 524329,    ;; Tag
   metadata !"Myheader.h"
   metadata !"/Users/mine/sources", 
-  metadata !3    ;; Compile unit
+  metadata !2    ;; Compile unit
 }
 
 ...