[Mlir-commits] [mlir] Add missing dep on MLIRToLLVMIRTranslationRegistration to mlir-opt. (PR #75111)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Tue Dec 12 13:54:35 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:
(actually looking at the declaration makes more sense)
https://github.com/llvm/llvm-project/pull/75111
    
    
More information about the Mlir-commits
mailing list