Compiler, Project Infrastructure, Standard Library
Labels
Task, Android, Linux, StarterBug, build
Assignee
None
Priority
Medium
md5: 9e1d4d406e122aeeb675d43067a2fdc4
Issue Description:
The current installation of the libraries in usr/lib/swift/<os> does not work for non-MachO targets. We need to move the libraries to usr/lib/swift/<os>/<arch> for ELF and PE/COFF targets.
The text was updated successfully, but these errors were encountered:
Removing this from the Windows set as the Windows support for this is more or less complete. In fact, we may wish to move back towards unarchitectured directories for the swift modules as they are multi-architecture friendly now.
Additional Detail from JIRA
md5: 9e1d4d406e122aeeb675d43067a2fdc4
Issue Description:
The current installation of the libraries in
usr/lib/swift/<os>
does not work for non-MachO targets. We need to move the libraries tousr/lib/swift/<os>/<arch>
for ELF and PE/COFF targets.The text was updated successfully, but these errors were encountered: