1255cc202SLang Hames //===----- lib/Support/ExtensibleRTTI.cpp - ExtensibleRTTI utilities ------===// 2255cc202SLang Hames // 3*c874dd53SChristopher Di Bella // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*c874dd53SChristopher Di Bella // See https://llvm.org/LICENSE.txt for license information. 5*c874dd53SChristopher Di Bella // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6255cc202SLang Hames // 7255cc202SLang Hames //===----------------------------------------------------------------------===// 8255cc202SLang Hames 9255cc202SLang Hames #include "llvm/Support/ExtensibleRTTI.h" 10255cc202SLang Hames anchor()11255cc202SLang Hamesvoid llvm::RTTIRoot::anchor() {} 12255cc202SLang Hames char llvm::RTTIRoot::ID = 0; 13