Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetMachine.cpp
index 4c7ca8fbf66725949c0ff1df0ec018c333da2d7a..9f6266c672c0b0cfa7b0427b874771e4fcbc3bcf 100644 (file)
 
 using namespace llvm;
 
-/// PIC16TargetMachineModule - 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 PIC16TargetMachineModule;
-int PIC16TargetMachineModule = 0;
-
-
 // Register the targets
 extern Target ThePIC16Target;
 static RegisterTarget<PIC16TargetMachine>