commit | a87b70d1db817b34f9ef7f4312094da46b575205 | [log] [tgz] |
---|---|---|
author | Richard Trieu <rtrieu@google.com> | Sat Dec 29 02:02:13 2018 +0000 |
committer | Richard Trieu <rtrieu@google.com> | Sat Dec 29 02:02:13 2018 +0000 |
tree | 3ec390b0fb12fdcdaa3f8686d400e6cf15266058 | |
parent | 0a6cec6f9f1bd11147eb76d8d0b4df9d40bb873c [diff] [blame] |
Add vtable anchor to classes. llvm-svn: 350142
diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp index 81df38f..21dde7f 100644 --- a/llvm/lib/Support/raw_ostream.cpp +++ b/llvm/lib/Support/raw_ostream.cpp
@@ -914,3 +914,5 @@ uint64_t Offset) {} void raw_pwrite_stream::anchor() {} + +void buffer_ostream::anchor() {}