mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-14-init-10186-gff7f2cfa959b. PR: 261742 MFC after: 2 weeks
12 lines
474 B
C++
12 lines
474 B
C++
//===----- 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;
|