1 //===- extensible_rtti.cpp ------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is a part of the ORC runtime support library.
12 // This source file was adapted from lib/Support/ExtensibleRTTI.cpp, however
13 // the data structures are not shared and the code need not be kept in sync.
15 //===----------------------------------------------------------------------===//
17 #include "extensible_rtti.h"
21 char RTTIRoot::ID
= 0;
22 void RTTIRoot::anchor() {}
24 } // end namespace __orc_rt