mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Don't require Registry specializations to define random static variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -18,13 +18,6 @@
|
||||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
|
||||
template<> Registry<TargetMachine>::node *Registry<TargetMachine>::Head = 0;
|
||||
template<> Registry<TargetMachine>::node *Registry<TargetMachine>::Tail = 0;
|
||||
template<> Registry<TargetMachine>::listener *Registry<TargetMachine>::
|
||||
ListenerHead = 0;
|
||||
template<> Registry<TargetMachine>::listener *Registry<TargetMachine>::
|
||||
ListenerTail = 0;
|
||||
|
||||
/// getClosestStaticTargetForModule - Given an LLVM module, pick the best target
|
||||
/// that is compatible with the module. If no close target can be found, this
|
||||
/// returns null and sets the Error string to a reason.
|
||||
|
||||
Reference in New Issue
Block a user