2 Commits

Author SHA1 Message Date
Maksim Levental
6056f942ab
[mlir][NFC] update LLVM create APIs (2/n) (#149667)
See https://github.com/llvm/llvm-project/pull/147168 for more info.
2025-07-19 18:15:54 -04:00
David Truby
a6857156df
[mlir] Add pass to add comdat to all linkonce functions (#65270)
This adds a new pass to add an Any comdat to each linkonce
and linkonce_odr function in the LLVM dialect. These comdats are
necessary on Windows
to allow the default system linker to link binaries containing these
functions.
2023-09-13 13:05:05 +01:00