Hello,
I'm currently working on adding support to the Swift compiler to allow it to
target Android. Currently I've managed to get the stdlib to compile after
hacking around/disabling a bunch of stuff (the custom linker script, the
dl_iterate_phdr stuff, and the posix_spawn support), and managed
Hello,
I'm currently working on a port of Swift to Android. Since Android's libc is
missing a few required methods, I added code from a few other sources to
implement the functionality. Specifically, I added an implementation of
posix_spawn from the FreeBSD libc, floating point routines from A