projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a7d49
)
Fix typo to make grep for DW_AT_comp_dir work without case-insensitive
author
Eric Christopher
<echristo@gmail.com>
Wed, 3 Jul 2013 01:57:23 +0000
(
01:57
+0000)
committer
Eric Christopher
<echristo@gmail.com>
Wed, 3 Jul 2013 01:57:23 +0000
(
01:57
+0000)
grep.
llvm-svn: 185496
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index
e28f708
..
00f50c5
100644
(file)
--- a/
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@
-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.