forked from OSchip/llvm-project
Having another go at some simple cleanup from r237975/r237976
I made a few changes here in a couple of commits - breaking them out into smaller ones in case I hit the GCC oddities again. I'm still not /entirely/ sure what the issues were, so apologies if any of these experiments break things again. Feel free to revert immediately. llvm-svn: 239083
This commit is contained in:
parent
f3a8079b75
commit
a2498cc51a
llvm/include/llvm/DebugInfo
|
@ -141,7 +141,6 @@ private:
|
|||
/// on the fly.
|
||||
class LoadedObjectInfo {
|
||||
public:
|
||||
LoadedObjectInfo() {}
|
||||
virtual ~LoadedObjectInfo() {}
|
||||
|
||||
/// Obtain the Load Address of a section by Name.
|
||||
|
|
Loading…
Reference in New Issue