mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[Support] Add missing files from e823068306e.
This commit is contained in:
parent
3f22696988
commit
7ee88b5172
@ -91,6 +91,7 @@ add_llvm_component_library(LLVMSupport
|
||||
ELFAttributes.cpp
|
||||
Error.cpp
|
||||
ErrorHandling.cpp
|
||||
ExtensibleRTTI.cpp
|
||||
FileCheck.cpp
|
||||
FileCollector.cpp
|
||||
FileUtilities.cpp
|
||||
|
13
lib/Support/ExtensibleRTTI.cpp
Normal file
13
lib/Support/ExtensibleRTTI.cpp
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user