Unverified Commit a72e034f authored by David Truby's avatar David Truby Committed by GitHub
Browse files

[mlir] Add llvm.linker.options operation to the LLVM IR Dialect (#71720)

This patch adds a `llvm.linker.options` operation taking a list of
strings to pass to the linker when the resulting object file is linked.
This is particularly useful on Windows to specify the CRT version to use
for this object file.
parent 002da67d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment