We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c2c1 commit 18707c5Copy full SHA for 18707c5
llvm/include/llvm/DWP/DWP.h
@@ -24,7 +24,7 @@ enum OnCuIndexOverflow {
24
25
enum Dwarf64StrOffsets {
26
Disabled, ///< Don't do any conversion of .debug_str_offsets tables.
27
- Enabled, ///< Convert any .debug_str_offsets tables to DWARD64 if needed.
+ Enabled, ///< Convert any .debug_str_offsets tables to DWARF64 if needed.
28
Always, ///< Always emit .debug_str_offsets talbes as DWARF64 for testing.
29
};
30
0 commit comments