Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][RISCV] Simplify the dynamic linker construction logic
The format of dynamic linker is `ld-linux-{arch}-{abi}.so.1`, so we can just get the arch name from arch type. Reviewers: asb, kito-cheng, MaskRay Reviewed By: MaskRay Pull Request: llvm#97383
- Loading branch information