Commit ab5db2e
committed
[clang][DebugInfo] Don't emit VTable debug symbols for -gline-tables-only.
The -gline-tables-only option emits minimal debug info for functions,
files and line numbers while omitting variables, parameters and most type
information. VTable debug symbols are emitted to facilitate a debugger's
ability to perform automatic type promotion on variables and parameters.
With variables and parameters being omitted, the VTable symbols are
unnecessary.1 parent da30197 commit ab5db2e
File tree
2 files changed
+4
-0
lines changed- clang
- lib/CodeGen
- test/CodeGenCXX
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2641 | 2641 | | |
2642 | 2642 | | |
2643 | 2643 | | |
| 2644 | + | |
| 2645 | + | |
2644 | 2646 | | |
2645 | 2647 | | |
2646 | 2648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments