This is an archive of the discontinued LLVM Phabricator instance.

typeinfo: provide a destructor for type_info
AbandonedPublic

Authored by compnerd on Jan 1 2017, 2:34 PM.

Details

Summary

When building without libc++abi and libcxxrt, provide the definition for
the std::type_info destructor.

Diff Detail

Repository
rL LLVM

Event Timeline

compnerd updated this revision to Diff 82789.Jan 1 2017, 2:34 PM
compnerd retitled this revision from to typeinfo: provide a destructor for type_info.
compnerd updated this object.
compnerd added reviewers: EricWF, mclow.lists.
compnerd set the repository for this revision to rL LLVM.
compnerd added subscribers: smeenai, cfe-commits.
EricWF edited edge metadata.Jan 2 2017, 2:09 PM

I committed the fix needed for this as part of a larger change in r290839. Please abandon this revision.

compnerd abandoned this revision.Jan 2 2017, 2:13 PM

Thanks!