[llvm-commits] [llvm] r108246 - /llvm/trunk/docs/SourceLevelDebugging.html
Devang Patel
dpatel at apple.com
Tue Jul 13 09:53:20 PDT 2010
Author: dpatel
Date: Tue Jul 13 11:53:20 2010
New Revision: 108246
URL: http://llvm.org/viewvc/llvm-project?rev=108246&view=rev
Log:
Fix compile unit in example. Thanks Renato Golin!
Modified:
llvm/trunk/docs/SourceLevelDebugging.html
Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=108246&r1=108245&r2=108246&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Tue Jul 13 11:53:20 2010
@@ -1058,7 +1058,7 @@
i32 524329, ;; Tag
metadata !"MySource.cpp",
metadata !"/Users/mine/sources",
- metadata !3 ;; Compile unit
+ metadata !2 ;; Compile unit
}
;;
@@ -1068,7 +1068,7 @@
i32 524329, ;; Tag
metadata !"Myheader.h"
metadata !"/Users/mine/sources",
- metadata !3 ;; Compile unit
+ metadata !2 ;; Compile unit
}
...
More information about the llvm-commits
mailing list