Attachment 'early-debug.dot'
Downloaddigraph {
"COMPILE 1" [shape=box];
"COMPILE 2" [shape=box];
"source1.c" -> "COMPILE 1"
"source2.c" -> "COMPILE 2"
"COMPILE 1" -> "LTO bytecode 1"
"COMPILE 1" -> "early debug 1"
"COMPILE 2" -> "LTO bytecode 2"
"COMPILE 2" -> "early debug 2"
"LTO bytecode 1" -> "WPA"
"LTO bytecode 2" -> "WPA"
"WPA" [shape=box];
"WPA" -> "LTO bytecode 3"
"WPA" -> "LTO bytecode 4"
"WPA" -> "LTO bytecode 5"
"LTO bytecode 3" -> "LTRANS 1"
"LTO bytecode 4" -> "LTRANS 2"
"LTO bytecode 5" -> "LTRANS 3"
"LTRANS 1" [shape=box];
"LTRANS 2" [shape=box];
"LTRANS 3" [shape=box];
"LTRANS 1" -> "Object code 1\nwith late debug 1"
"LTRANS 2" -> "Object code 2\nwith late debug 2"
"LTRANS 3" -> "Object code 3\nwith late debug 3"
"early debug 1" -> "LINK"
"early debug 2" -> "LINK"
"Object code 1\nwith late debug 1" -> "LINK"
"Object code 2\nwith late debug 2" -> "LINK"
"Object code 3\nwith late debug 3" -> "LINK"
"LINK" [shape=box];
"LINK" -> "a.out"
}Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.