[all-commits] [llvm/llvm-project] d30727: [mlir][Translation] Make commandline option regist...
rk via All-commits
all-commits at lists.llvm.org
Mon Oct 24 11:40:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d30727fb6c15650dcd1432d5501e2d37f3fd5dda
https://github.com/llvm/llvm-project/commit/d30727fb6c15650dcd1432d5501e2d37f3fd5dda
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M mlir/include/mlir/Tools/mlir-translate/Translation.h
M mlir/lib/Tools/mlir-translate/MlirTranslateMain.cpp
M mlir/lib/Tools/mlir-translate/Translation.cpp
Log Message:
-----------
[mlir][Translation] Make commandline option registration optional
This moves the commandline option registration into its own function, so
that users can register translations without registering the options.
Reviewed By: cota
Differential Revision: https://reviews.llvm.org/D136561
More information about the All-commits
mailing list