Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve duplicated functions (dotnet/coreclr#8413)
Several functions are implemented in both cgenx86.cpp and unixstubs.cpp, which results in linking errors. This commit disables functions in cgenx86.cpp to resolve linking errors. Commit migrated from dotnet/coreclr@7c1fb28
- Loading branch information