Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
index 43fbbc07e89ed8b481a7aa46ead42cbf010765d9..29f38a38597888c721ffd30806f11626823e2255 100644 (file)
 #include "llvm/Target/TargetMachineRegistry.h"
 using namespace llvm;
 
-/// X86TargetMachineModule - Note that this is used on hosts that cannot link
-/// in a library unless there are references into the library.  In particular,
-/// it seems that it is not possible to get things to work on Win32 without
-/// this.  Though it is unused, do not remove it.
-extern "C" int X86TargetMachineModule;
-int X86TargetMachineModule = 0;
-
 // Register the target.
 extern Target TheX86_32Target;
 static RegisterTarget<X86_32TargetMachine>