[Mlir-commits] [mlir] Add missing dep on MLIRToLLVMIRTranslationRegistration to mlir-opt. (PR #75111)
Mehdi Amini
llvmlistbot at llvm.org
Tue Dec 12 13:52:00 PST 2023
================
@@ -274,6 +274,10 @@ int main(int argc, char **argv) {
DialectRegistry registry;
registerAllDialects(registry);
registerAllExtensions(registry);
+
+ // TODO: Remove this and the corresponding MLIRToLLVMIRTranslationRegistration
+ // cmake dependency when a safe dialect interface registration mechanism is
+ // implemented, see D157703 (and corresponding note on the declaration).
----------------
joker-eph wrote:
Why this TODO for removing this? I don't get the reference to D157703?
https://github.com/llvm/llvm-project/pull/75111
More information about the Mlir-commits
mailing list