forked from OSchip/llvm-project
DataFormatters: add missing destructor implementation
The last of the missing symbols to correct the make based build to restore the FreeBSD buildbot! llvm-svn: 217394
This commit is contained in:
parent
f4b7a6b030
commit
82944983b4
|
@ -26,6 +26,10 @@ TypeValidatorImpl::TypeValidatorImpl(const Flags &flags)
|
|||
{
|
||||
}
|
||||
|
||||
TypeValidatorImpl::~TypeValidatorImpl()
|
||||
{
|
||||
}
|
||||
|
||||
TypeValidatorImpl::ValidationResult
|
||||
TypeValidatorImpl::Success ()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue