Re: [swift-dev] Compiling Swift for Android x86

2017-08-31 Thread John McCall via swift-dev
> On Aug 31, 2017, at 4:24 PM, Max Rose via swift-dev > wrote: > Hi Everybody, > > We're working on adding Android x86 to the available targets for Swift. > Currently we're able to compile an executable through the toolchain. However, > running the executable leads to a crash "cannot locate sy

[swift-dev] Compiling Swift for Android x86

2017-08-31 Thread Max Rose via swift-dev
Hi Everybody, We're working on adding Android x86 to the available targets for Swift. Currently we're able to compile an executable through the toolchain. However, running the executable leads to a crash "cannot locate symbol '__sync_val_compare_and_swap_16' referenced by '[...]libswiftCore.so'".