Skip to content

Commit

Permalink
[Support] Add missing files from e823068.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Apr 13, 2020
1 parent 12c9e2f commit 255cc20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/CMakeLists.txt
Expand Up @@ -91,6 +91,7 @@ add_llvm_component_library(LLVMSupport
ELFAttributes.cpp
Error.cpp
ErrorHandling.cpp
ExtensibleRTTI.cpp
FileCheck.cpp
FileCollector.cpp
FileUtilities.cpp
Expand Down
13 changes: 13 additions & 0 deletions llvm/lib/Support/ExtensibleRTTI.cpp
@@ -0,0 +1,13 @@
//===----- 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;

0 comments on commit 255cc20

Please sign in to comment.