1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/include/llvm/DebugInfo
David Blaikie 3d5197d3a9 Retry defaulting the virtual dtor in LoadedObjectInfo
Originally committed in r237975, GCC 4.7 gave a compilation error
regarding "looser throw specification" though it seemed to be pointing
to a virtual defaulted dtor in a base class and an override defaulted
dtor in a derived class - so I'm not quite sure why/how they could end
up with different throw specifications. To simplify and reduce the risk
of this, I've just removed the pointless override in the derived class,
the base class's should be sufficient. *fingers crossed*

llvm-svn: 239088
2015-06-04 20:41:51 +00:00
..
DWARF [DWARF] Fix a bug in line info handling 2015-05-31 23:37:04 +00:00
PDB A few fixes for llvm-symbolizer on Windows. 2015-05-06 22:26:30 +00:00
DIContext.h Retry defaulting the virtual dtor in LoadedObjectInfo 2015-06-04 20:41:51 +00:00