Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add openlibm to sysimg link line on windows (#53672)
LLVM generates calls to math intrinsics like `trunc` and `rint` (at least in my local i686 mingw) build, so linking to openlibm is required. We already have this on the sysimg link line in `Base.link_image`, so this aligns those options. --------- Co-authored-by: Elliot Saba <staticfloat@gmail.com> (cherry picked from commit 320366b)
- Loading branch information