This is an archive of the discontinued LLVM Phabricator instance.

[Triple][Driver] Add muslx32 environment and use /lib/ld-musl-x32.so.1 for -dynamic-linker
ClosedPublic

Authored by MaskRay on Mar 24 2021, 4:40 PM.

Diff Detail

Event Timeline

MaskRay created this revision.Mar 24 2021, 4:40 PM
MaskRay requested review of this revision.Mar 24 2021, 4:40 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 24 2021, 4:40 PM
raj.khem accepted this revision.Mar 24 2021, 9:51 PM

once you fix the clang-format issue reported this looks good to me.

This revision is now accepted and ready to land.Mar 24 2021, 9:51 PM

once you fix the clang-format issue reported this looks good to me.

I'll ignore it... The first block does not directly touch the formatted part and the second block would need a larger formatting... Such formatting changes should be done separately, if done at all, not mixed in this functionality patch.
Personally I deem the formatting less useful, so I'll ignore it.

This revision was landed with ongoing or failed builds.Mar 25 2021, 4:26 PM
This revision was automatically updated to reflect the committed changes.