[PATCH] D77515: [mlir] Remove need for static global ctors from mlir-translate

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 22:20:45 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/lib/Dialect/SPIRV/Serialization/TranslateRegistration.cpp:72
+      });
+};
+} // namespace mlir
----------------
Please remove the extra semicolon here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77515/new/

https://reviews.llvm.org/D77515





More information about the llvm-commits mailing list