mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user