mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 07:06:46 +00:00

Previously, `hostnm` extended intrinsic was implemented as proper intrinsic. Since then we found out that some applications use `hostnm` as external routine via `external hostnm`. This prevents `hostnm` from being recognized as an intrinsic. This PR implements `hostnm` as external routine.