Skip to content

Commit 255cc20

Browse files
committed
[Support] Add missing files from e823068.
1 parent 12c9e2f commit 255cc20

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

llvm/lib/Support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ add_llvm_component_library(LLVMSupport
9191
ELFAttributes.cpp
9292
Error.cpp
9393
ErrorHandling.cpp
94+
ExtensibleRTTI.cpp
9495
FileCheck.cpp
9596
FileCollector.cpp
9697
FileUtilities.cpp

llvm/lib/Support/ExtensibleRTTI.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//===----- lib/Support/ExtensibleRTTI.cpp - ExtensibleRTTI utilities ------===//
2+
//
3+
// The LLVM Compiler Infrastructure
4+
//
5+
// This file is distributed under the University of Illinois Open Source
6+
// License. See LICENSE.TXT for details.
7+
//
8+
//===----------------------------------------------------------------------===//
9+
10+
#include "llvm/Support/ExtensibleRTTI.h"
11+
12+
void llvm::RTTIRoot::anchor() {}
13+
char llvm::RTTIRoot::ID = 0;

0 commit comments

Comments
 (0)