mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Linkage support is already present in the LLVM dialect, and is being translated for globals other than functions. Translation support has been missing for functions because their conversion goes through a different code path than other globals. Differential Revision: https://reviews.llvm.org/D84149