@@ -1982,7 +1982,7 @@ level and debug info format.
1982
1982
llvm-debuginfo-analyzer --attribute=level,format
1983
1983
--output-sort=offset
1984
1984
--print=scopes,symbols,types,lines,instructions
1985
- test-clang.wasm
1985
+ test-clang.o
1986
1986
1987
1987
or
1988
1988
1991
1991
llvm-debuginfo-analyzer --attribute=level,format
1992
1992
--output-sort=offset
1993
1993
--print=elements
1994
- test-clang.wasm
1994
+ test-clang.o
1995
1995
1996
1996
Each row represents an element that is present within the debug
1997
1997
information. The first column represents the scope level, followed by
@@ -2001,7 +2001,7 @@ the element.
2001
2001
.. code-block :: none
2002
2002
2003
2003
Logical View:
2004
- [000] {File} 'test-clang.wasm ' -> WASM
2004
+ [000] {File} 'test-clang.o ' -> WASM
2005
2005
2006
2006
[001] {CompileUnit} 'test.cpp'
2007
2007
[002] 2 {Function} extern not_inlined 'foo' -> 'int'
@@ -2099,10 +2099,10 @@ layout and given the number of matches.
2099
2099
--select=BLOCK --select=.store
2100
2100
--report=list
2101
2101
--print=symbols,types,instructions,summary
2102
- test-clang.wasm
2102
+ test-clang.o
2103
2103
2104
2104
Logical View:
2105
- [000] {File} 'test-clang.wasm '
2105
+ [000] {File} 'test-clang.o '
2106
2106
2107
2107
[001] {CompileUnit} 'test.cpp'
2108
2108
[003] {Code} 'block'
@@ -2139,10 +2139,10 @@ with the printing mode to obtain the following logical view output.
2139
2139
--select-regex --select-nocase --select=INTe
2140
2140
--report=list
2141
2141
--print=symbols,types
2142
- test-clang.wasm test-dwarf-gcc.o
2142
+ test-clang.o test-dwarf-gcc.o
2143
2143
2144
2144
Logical View:
2145
- [000] {File} 'test-clang.wasm '
2145
+ [000] {File} 'test-clang.o '
2146
2146
2147
2147
[001] {CompileUnit} 'test.cpp'
2148
2148
[003] 4 {TypeAlias} 'INTEGER' -> 'int'
@@ -2175,13 +2175,13 @@ giving more context by swapping the reference and target object files.
2175
2175
--compare=types
2176
2176
--report=view
2177
2177
--print=symbols,types
2178
- test-clang.wasm test-dwarf-gcc.o
2178
+ test-clang.o test-dwarf-gcc.o
2179
2179
2180
- Reference: 'test-clang.wasm '
2180
+ Reference: 'test-clang.o '
2181
2181
Target: 'test-dwarf-gcc.o'
2182
2182
2183
2183
Logical View:
2184
- [000] {File} 'test-clang.wasm '
2184
+ [000] {File} 'test-clang.o '
2185
2185
2186
2186
[001] {CompileUnit} 'test.cpp'
2187
2187
[002] 1 {TypeAlias} 'INTPTR' -> '* const int'
@@ -2209,9 +2209,9 @@ includes the name, source code location, type, lexical scope level.
2209
2209
--compare=types
2210
2210
--report=list
2211
2211
--print=symbols,types,summary
2212
- test-clang.wasm test-dwarf-gcc.o
2212
+ test-clang.o test-dwarf-gcc.o
2213
2213
2214
- Reference: 'test-clang.wasm '
2214
+ Reference: 'test-clang.o '
2215
2215
Target: 'test-dwarf-gcc.o'
2216
2216
2217
2217
(1) Missing Types:
@@ -2238,10 +2238,10 @@ Changing the *Reference* and *Target* order:
2238
2238
--compare=types
2239
2239
--report=list
2240
2240
--print=symbols,types,summary
2241
- test-dwarf-gcc.o test-clang.wasm
2241
+ test-dwarf-gcc.o test-clang.o
2242
2242
2243
2243
Reference: 'test-dwarf-gcc.o'
2244
- Target: 'test-clang.wasm '
2244
+ Target: 'test-clang.o '
2245
2245
2246
2246
(1) Missing Types:
2247
2247
-[004] 4 {TypeAlias} 'INTEGER' -> 'int'
0 commit comments