mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
Don't mislead readers by claiming a variable is defaulted to false when
the default is actually true. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -229,7 +229,7 @@ namespace llvm {
|
|||||||
|
|
||||||
/// RequiresFrameSection - true if the Dwarf2 output needs a frame section
|
/// RequiresFrameSection - true if the Dwarf2 output needs a frame section
|
||||||
///
|
///
|
||||||
bool DwarfRequiresFrameSection; // Defaults to false.
|
bool DwarfRequiresFrameSection; // Defaults to true.
|
||||||
|
|
||||||
/// DwarfAbbrevSection - Section directive for Dwarf abbrev.
|
/// DwarfAbbrevSection - Section directive for Dwarf abbrev.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user