[Mlir-commits] [mlir] [mlir] Add llvm.linker.options operation to the LLVM IR Dialect (PR #71720)
    Christian Ulmann 
    llvmlistbot at llvm.org
       
    Wed Nov  8 23:42:04 PST 2023
    
    
  
================
@@ -1825,4 +1825,42 @@ def LLVM_CallIntrinsicOp
   let hasVerifier = 1;
 }
 
+def LLVM_LinkerOptionsOp
----------------
Dinistro wrote:
Can we add a verifier that checks that this on directly inside a module. Similar to the verifier of `GlobalOp`? 
https://github.com/llvm/llvm-project/pull/71720
    
    
More information about the Mlir-commits
mailing list