We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9e2f commit 255cc20Copy full SHA for 255cc20
llvm/lib/Support/CMakeLists.txt
@@ -91,6 +91,7 @@ add_llvm_component_library(LLVMSupport
91
ELFAttributes.cpp
92
Error.cpp
93
ErrorHandling.cpp
94
+ ExtensibleRTTI.cpp
95
FileCheck.cpp
96
FileCollector.cpp
97
FileUtilities.cpp
llvm/lib/Support/ExtensibleRTTI.cpp
@@ -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