x32 linker is called ld-musl-x32.so.1 and x86 linker
is called ld-musl-i386.so.1, Currently, linker for
x86 is returned as ld-musl-i586.so.1, when default
arch is i586, which is not the right thing
Details
Details
- Reviewers
MaskRay
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This should need tests. I pushed f80471bb3e3c7a6f1225ff78de25a3efc3309902 for the i386 fix. The x32 change needs a new environment muslx32. See my patch CCing you:)