Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / lib / orc / extensible_rtti.cpp
blobc6951a449a3d97e19260ce2bbc98f8ef9ff244d3
1 //===- extensible_rtti.cpp ------------------------------------------------===//
2 //
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
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file is a part of the ORC runtime support library.
11 // Note:
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"
19 namespace __orc_rt {
21 char RTTIRoot::ID = 0;
22 void RTTIRoot::anchor() {}
24 } // end namespace __orc_rt