summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Analysis/IPA/FindUsedTypes.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Analysis/IPA/FindUsedTypes.cpp b/lib/Analysis/IPA/FindUsedTypes.cpp
index 6bd79f25fe..0916ab8c65 100644
--- a/lib/Analysis/IPA/FindUsedTypes.cpp
+++ b/lib/Analysis/IPA/FindUsedTypes.cpp
@@ -14,6 +14,9 @@
static RegisterAnalysis<FindUsedTypes>
X("printusedtypes", "Find Used Types");
+// stub to help linkage
+void FindUsedTypes::stub() {}
+
// IncorporateType - Incorporate one type and all of its subtypes into the
// collection of used types.
//