mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file
aren't really usable without each other. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42274 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -81,8 +81,7 @@ TargetAsmInfo::TargetAsmInfo() :
|
||||
AbsoluteDebugSectionOffsets(false),
|
||||
AbsoluteEHSectionOffsets(false),
|
||||
HasLEB128(false),
|
||||
HasDotLoc(false),
|
||||
HasDotFile(false),
|
||||
HasDotLocAndDotFile(false),
|
||||
SupportsDebugInformation(false),
|
||||
SupportsExceptionHandling(false),
|
||||
DwarfRequiresFrameSection(true),
|
||||
|
Reference in New Issue
Block a user