[LLVMdev] Debugging docs wrong?

Devang Patel devang.patel at gmail.com
Tue Jul 13 09:54:30 PDT 2010


On Tue, Jul 13, 2010 at 6:08 AM, Renato Golin <rengolin at systemcall.org> wrote:
> http://llvm.org/docs/SourceLevelDebugging.html#ccxx_compile_units
>
> !1 = metadata !{
>  i32 524329,    ;; Tag
>  metadata !"MySource.cpp",
>  metadata !"/Users/mine/sources",
>  metadata !3    ;; Compile unit
> }
>
> !2 is the Compile Unit, right? !3 is also wrong.

Yes. Thanks for catching this.
Fixed r108246.
-
Devang




More information about the llvm-dev mailing list