mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 06:38:20 +00:00
Fix typo. When will I learn?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131765 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -941,7 +941,6 @@ void TargetLoweringObjectFileCOFF::Initialize(MCContext &Ctx,
|
|||||||
SectionKind::getMetadata());
|
SectionKind::getMetadata());
|
||||||
DwarfLineSection =
|
DwarfLineSection =
|
||||||
getContext().getCOFFSection(".debug_line",
|
getContext().getCOFFSection(".debug_line",
|
||||||
SectionKind::getMetadata());
|
|
||||||
COFF::IMAGE_SCN_MEM_DISCARDABLE |
|
COFF::IMAGE_SCN_MEM_DISCARDABLE |
|
||||||
COFF::IMAGE_SCN_MEM_READ,
|
COFF::IMAGE_SCN_MEM_READ,
|
||||||
SectionKind::getMetadata());
|
SectionKind::getMetadata());
|
||||||
|
Reference in New Issue
Block a user