mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
grep. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
015343eb7c
commit
aa30a0cf9b
@ -387,7 +387,7 @@ class DwarfDebug {
|
||||
MCSymbol *DwarfAbbrevDWOSectionSym, *DwarfStrDWOSectionSym;
|
||||
|
||||
// As an optimization, there is no need to emit an entry in the directory
|
||||
// table for the same directory as DW_at_comp_dir.
|
||||
// table for the same directory as DW_AT_comp_dir.
|
||||
StringRef CompilationDir;
|
||||
|
||||
// Counter for assigning globally unique IDs for CUs.
|
||||
|
Loading…
Reference in New Issue
Block a user