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:
26369a9
)
Improve DIFile debug info annotation by letting it fallback to DIScope
author
David Blaikie
<dblaikie@gmail.com>
Sun, 17 Mar 2013 20:28:12 +0000
(20:28 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Sun, 17 Mar 2013 20:28:12 +0000
(20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177236
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/DebugInfo.h
b/include/llvm/DebugInfo.h
index 47ac050c9f58c5bf98d4b05456a09f0a7142a82b..8e62df487f05f1f505c99d73aa3114fceabd4bf8 100644
(file)
--- a/
include/llvm/DebugInfo.h
+++ b/
include/llvm/DebugInfo.h
@@
-172,7
+172,6
@@
namespace llvm {
/// DIFile - This is a wrapper for a file.
class DIFile : public DIScope {
friend class DIDescriptor;
- void printInternal(raw_ostream &OS) const {} // FIXME: Output something?
public:
explicit DIFile(const MDNode *N = 0) : DIScope(N) {
if (DbgNode && !isFile())