diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Support/ExtensibleRTTI.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Support/ExtensibleRTTI.cpp | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/contrib/llvm-project/llvm/lib/Support/ExtensibleRTTI.cpp b/contrib/llvm-project/llvm/lib/Support/ExtensibleRTTI.cpp new file mode 100644 index 000000000000..a6a5c196fb35 --- /dev/null +++ b/contrib/llvm-project/llvm/lib/Support/ExtensibleRTTI.cpp @@ -0,0 +1,12 @@ +//===----- lib/Support/ExtensibleRTTI.cpp - ExtensibleRTTI utilities ------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#include "llvm/Support/ExtensibleRTTI.h" + +void llvm::RTTIRoot::anchor() {} +char llvm::RTTIRoot::ID = 0; | 
