diff options
Diffstat (limited to 'llvm/lib/Support/FormatVariadic.cpp')
-rw-r--r-- | llvm/lib/Support/FormatVariadic.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/FormatVariadic.cpp b/llvm/lib/Support/FormatVariadic.cpp index 6dd133e6c50..1f3505d5f74 100644 --- a/llvm/lib/Support/FormatVariadic.cpp +++ b/llvm/lib/Support/FormatVariadic.cpp @@ -152,3 +152,5 @@ formatv_object_base::parseFormatString(StringRef Fmt) { } return Replacements; } + +void detail::format_adapter::anchor() { } |