mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-20 23:36:50 +00:00

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. (cherry picked from commit a6857156df9a73720fbd9633067d1a61c32dd74e)
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.