Add vtable anchor to classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Trieu
2018-12-29 02:02:13 +00:00
parent 87edd2cd3c
commit 671f3a73df
16 changed files with 44 additions and 0 deletions
+2
View File
@@ -472,6 +472,8 @@ directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir,
std::make_shared<OverlayFSDirIterImpl>(Dir, *this, EC));
}
void ProxyFileSystem::anchor() {}
namespace llvm {
namespace vfs {