[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
+    : LLVM_Op<"linker.options"> {
----------------
Dinistro wrote:

MLIR has a strong preference for underscores over dots. Can we change the op name to `linker_options`?

https://github.com/llvm/llvm-project/pull/71720


More information about the Mlir-commits mailing list