Re: [swift-dev] Relative Pointers and Windows ARM

2016-05-21 Thread Saleem Abdulrasool via swift-dev
On Thu, May 19, 2016 at 12:29 PM, Joe Groff wrote: > > > On May 19, 2016, at 12:22 PM, Tom Birch wrote: > > > > Would it be acceptable to make relative pointers optional, so we can pay > the extra load-time cost on platforms where it's hard/undesirable to > implement them? > > That's also a reas

[swift-dev] SwiftGlibc: Use VFS overlay instead of -fmodule-map-file

2016-05-21 Thread rintaro ishizaki via swift-dev
Hi all, Recently, a couple of PR are posted regarding glibc.modulemap in cross-compiling environment. https://github.com/apple/swift/pull/2473 https://github.com/apple/swift/pull/2486 The problem is that glibc.modulemap contains hardcoded SDKROOT in it. To resolve that, how about using virtual f