On Friday, 15 June 2018 at 14:50:08 UTC, Joakim wrote:
On Friday, 15 June 2018 at 13:18:25 UTC, makedgreatagain wrote:
On Friday, 15 June 2018 at 11:30:40 UTC, Joakim wrote:
Sounds like something wrong in your environment then, as I just
checked out his last llvm ios-release_362 branch in a linux/x64
VPS, ran the configure command from his llvm script (see link),
ran make, and everything's building fine:
https://github.com/smolt/ldc-iphone-dev/blob/master/tools/prepmake-llvm
You'll have to investigate what's different about your build
environment that you can't seem to build an almost-stock llvm
3.6.2.
Thanks a lot, after I modify llvm/autoconf/AutoRegen.sh (to allow
use the version of my pc), and regenerate config.guess, cmake
build start to working.
and now I get a old ldc version with betterC support.
(I am not test it on iphone yet, but it can build).
now I wish some maybe there is not much modify to bring the last
ldc master to iphone(only betterC work still can do more stuff,
with less bug compare to druntime).