Skip to content
Snippets Groups Projects
Commit 47b1ed72 authored by Reid Spencer's avatar Reid Spencer
Browse files

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
parent 2b6d18a6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@
#include <string>
#include <cassert>
#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)
......@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/SlowOperationInformer.h"
#include "llvm/System/IncludeFile.h"
#include "llvm/System/Alarm.h"
#include <iostream>
#include <sstream>
......@@ -65,5 +64,3 @@ bool SlowOperationInformer::progress(unsigned Amount) {
std::cout << ToPrint+OS.str() << std::flush;
return false;
}
DEFINING_FILE_FOR(SupportSlowOperationInformer)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment