aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/VirtualFileSystem.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2018-12-29 02:02:13 +0000
committerRichard Trieu <rtrieu@google.com>2018-12-29 02:02:13 +0000
commita87b70d1db817b34f9ef7f4312094da46b575205 (patch)
tree3ec390b0fb12fdcdaa3f8686d400e6cf15266058 /llvm/lib/Support/VirtualFileSystem.cpp
parent0a6cec6f9f1bd11147eb76d8d0b4df9d40bb873c (diff)
downloadllvm-a87b70d1db817b34f9ef7f4312094da46b575205.zip
llvm-a87b70d1db817b34f9ef7f4312094da46b575205.tar.gz
llvm-a87b70d1db817b34f9ef7f4312094da46b575205.tar.bz2
Add vtable anchor to classes.
llvm-svn: 350142
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
-rw-r--r--llvm/lib/Support/VirtualFileSystem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/VirtualFileSystem.cpp b/llvm/lib/Support/VirtualFileSystem.cpp
index 2458194..360f8d0 100644
--- a/llvm/lib/Support/VirtualFileSystem.cpp
+++ b/llvm/lib/Support/VirtualFileSystem.cpp
@@ -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 {