projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0ddfaa
)
Technically DIFile scope should also be handled here.
author
Devang Patel
<dpatel@apple.com>
Thu, 28 Oct 2010 17:30:52 +0000
(17:30 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 28 Oct 2010 17:30:52 +0000
(17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117563
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 5187d3ec903d45f931be27e24327c8fa758e1e21..b9c7d7a33ed82cc849b97311d9f59ec686b53c78 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-3024,6
+3024,10
@@
MCSymbol *DwarfDebug::recordSourceLine(unsigned Line, unsigned Col,
DICompileUnit CU(S);
Dir = CU.getDirectory();
Fn = CU.getFilename();
+ } else if (Scope.isFile()) {
+ DIFile F(S);
+ Dir = F.getDirectory();
+ Fn = F.getFilename();
} else if (Scope.isSubprogram()) {
DISubprogram SP(S);
Dir = SP.getDirectory();