mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 09:25:25 -04:00
master 2e10b7a39b9, the last commit before the llvmorg-12-init tag, from which release/11.x was branched. Note that for now, I rolled back all our local changes to make merging easier, and I will reapply the still-relevant ones after updating to 11.0.0-rc1.
13 lines
446 B
C++
13 lines
446 B
C++
//===----- lib/Support/ExtensibleRTTI.cpp - ExtensibleRTTI utilities ------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "llvm/Support/ExtensibleRTTI.h"
|
|
|
|
void llvm::RTTIRoot::anchor() {}
|
|
char llvm::RTTIRoot::ID = 0;
|