diff options
author | John Brawn <john.brawn@arm.com> | 2016-07-27 11:41:18 +0000 |
---|---|---|
committer | John Brawn <john.brawn@arm.com> | 2016-07-27 11:41:18 +0000 |
commit | 3839263204a107b7befe498bdd8ee617b20808c9 (patch) | |
tree | ff4d452d5a047e15132f3f1c828bcc8447b0977f /llvm/lib/CodeGen/GCStrategy.cpp | |
parent | 63aff61019e0a6bdae4cfdac2a3cc0be9fdcfa97 (diff) | |
download | bcm5719-llvm-3839263204a107b7befe498bdd8ee617b20808c9.tar.gz bcm5719-llvm-3839263204a107b7befe498bdd8ee617b20808c9.zip |
Revert r276856 "Adjust Registry interface to not require plugins to export a registry"
This is causing a huge pile of buildbot failures.
llvm-svn: 276857
Diffstat (limited to 'llvm/lib/CodeGen/GCStrategy.cpp')
-rw-r--r-- | llvm/lib/CodeGen/GCStrategy.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/GCStrategy.cpp b/llvm/lib/CodeGen/GCStrategy.cpp index 31ab86fdf27..554d326942e 100644 --- a/llvm/lib/CodeGen/GCStrategy.cpp +++ b/llvm/lib/CodeGen/GCStrategy.cpp @@ -16,8 +16,6 @@ using namespace llvm; -LLVM_INSTANTIATE_REGISTRY(GCRegistry) - GCStrategy::GCStrategy() : UseStatepoints(false), NeededSafePoints(0), CustomReadBarriers(false), CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), |