Re: [swift-users] make swift compiler to use the precompiled module files

2016-05-03 Thread Ramakrishna Mallireddy via swift-users
I found the the reason behind the odd behaviour, It's actually normal in my case as my *hsOpts*.*ResourceDir* path keeps on changing on every run during Debug build/run process under Xcode. *hsOpts*.*ResourceDir *path refers to a bundle inside my app. This is the reason why I observe normal as

Re: [swift-users] make swift compiler to use the precompiled module files

2016-04-30 Thread Ramakrishna Mallireddy via swift-users
No, it doesn't happen. The same flags works fine with swiftc when using from command line. swiftc xcode project generated from Ninja have the same issue as I have i.e hash value is different for each run. LLVMTest.app is my application that is linked with swift-clang, swift-llvm &

Re: [swift-users] make swift compiler to use the precompiled module files

2016-04-29 Thread Daniel Dunbar via swift-users
Clang will cache these automatically, can you give more details on exactly what you are seeing? - Daniel > On Apr 28, 2016, at 10:50 PM, Ramakrishna Mallireddy via swift-users > wrote: > > I have these precompiled module files generated every-time I run the swift >