Bug 1316545 part 3 - Remove LLVM_EXPORT_REGISTRY which has been dropped in r277806. r?ehsan draft
authorTing-Yu Chou <janus926@gmail.com>
Wed, 16 Nov 2016 15:25:24 +0800
changeset 443883 e06fcd49e94fb7a043f1445587da7cf1c0bafb42
parent 443882 049ca8da9a389e0b1eaa80b39fac404688870b11
child 443884 9d5751caf20d4805379d315a23019e3df0f690d1
child 443889 e3679ac5ad587724c15a9d84a0935025d9486008
push id37131
push userbmo:janus926@gmail.com
push dateFri, 25 Nov 2016 10:57:58 +0000
reviewersehsan
bugs1316545
milestone53.0a1
Bug 1316545 part 3 - Remove LLVM_EXPORT_REGISTRY which has been dropped in r277806. r?ehsan MozReview-Commit-ID: 1VlIu3FQOhH
build/clang-plugin/clang-plugin.cpp
--- a/build/clang-plugin/clang-plugin.cpp
+++ b/build/clang-plugin/clang-plugin.cpp
@@ -2232,12 +2232,8 @@ public:
                  const std::vector<std::string> &Args) override {
     return true;
   }
 };
 }
 
 static FrontendPluginRegistry::Add<MozCheckAction> X("moz-check",
                                                      "check moz action");
-// Export the registry on Windows.
-#ifdef LLVM_EXPORT_REGISTRY
-LLVM_EXPORT_REGISTRY(FrontendPluginRegistry)
-#endif