diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-08 14:59:33 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-09-08 14:59:33 +0000 |
commit | 96a60f8e7d5b07c41af24db089121c22323f28f8 (patch) | |
tree | 7ec5eeeee24f50513316e0e8dee1856d1be39dcd /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp | |
parent | 815dbadb1691106559846c3e9ce7d2cae630837d (diff) | |
download | bcm5719-llvm-96a60f8e7d5b07c41af24db089121c22323f28f8.tar.gz bcm5719-llvm-96a60f8e7d5b07c41af24db089121c22323f28f8.zip |
DataFormatters: add missing function implementations
This adds a definition for the TypeValidatorImpl_CXX destructor. Because the
destructor is first virtual method, and declared out-of-line, it also serves as
the key function. Since no definition was present, no virtual table for
TypeValidatorImpl_CXX was emitted, which results in link failures due to
references to undefined symbols.
Also add a definition for a TypeValidatorImpl contructor which was declared
out-of-line and referenced in a constructor for TypeValidatorImpl_CXX.
llvm-svn: 217375
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions