forked from OSchip/llvm-project
parent
17dc7e2007
commit
aa57e1085e
|
@ -128,6 +128,7 @@ namespace llvm {
|
||||||
if (DbgNode && !isScope())
|
if (DbgNode && !isScope())
|
||||||
DbgNode = 0;
|
DbgNode = 0;
|
||||||
}
|
}
|
||||||
|
virtual ~DIScope() {}
|
||||||
|
|
||||||
virtual const std::string &getFilename(std::string &F) const {
|
virtual const std::string &getFilename(std::string &F) const {
|
||||||
return F;
|
return F;
|
||||||
|
|
Loading…
Reference in New Issue