From 47b1ed7276f4397ad76dd5ea1697275123402172 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 7 Aug 2006 23:20:15 +0000 Subject: [PATCH] Remove the use of "IncludeFile" from this support facility. The mechanism to build a loadable module is now correctly defined and documented so this workaround isn't needed any longer. llvm-svn: 29553 --- llvm/include/llvm/Support/SlowOperationInformer.h | 3 --- llvm/lib/Support/SlowOperationInformer.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/llvm/include/llvm/Support/SlowOperationInformer.h b/llvm/include/llvm/Support/SlowOperationInformer.h index 0be01960caf3..d05792672ac8 100644 --- a/llvm/include/llvm/Support/SlowOperationInformer.h +++ b/llvm/include/llvm/Support/SlowOperationInformer.h @@ -32,7 +32,6 @@ #include #include #include "llvm/Support/DataTypes.h" -#include "llvm/System/IncludeFile.h" namespace llvm { class SlowOperationInformer { @@ -64,5 +63,3 @@ namespace llvm { } // end namespace llvm #endif /* SLOW_OPERATION_INFORMER_H */ - -FORCE_DEFINING_FILE_TO_BE_LINKED(SupportSlowOperationInformer) diff --git a/llvm/lib/Support/SlowOperationInformer.cpp b/llvm/lib/Support/SlowOperationInformer.cpp index c5f271870118..bfdfe8808f46 100644 --- a/llvm/lib/Support/SlowOperationInformer.cpp +++ b/llvm/lib/Support/SlowOperationInformer.cpp @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/SlowOperationInformer.h" -#include "llvm/System/IncludeFile.h" #include "llvm/System/Alarm.h" #include #include @@ -65,5 +64,3 @@ bool SlowOperationInformer::progress(unsigned Amount) { std::cout << ToPrint+OS.str() << std::flush; return false; } - -DEFINING_FILE_FOR(SupportSlowOperationInformer) -- GitLab