<div dir="ltr">Every-time I run swift frontend the clang creates a new cachedir with modulecache path hash(on every run the hash value is different for the same input string) as the name of the dir and generates default cocoa framework pcm files inside it.<div><br></div><div>I am using the swift front-end c++ api&#39;s to compile a simple swift file.</div><div>If I set the -fdisable-module-hash, then pcm files are generated without the hash as required under the ModuleCache Dir.</div><div>so problem is solved as clang now see the existing pcm files, but now I hit the next hurdle.</div><div><br></div><div>Now the pcm files are there in the cache, when I run the frontend again, I assume clang will load the AST from the pcm files but clang <b>ReadAST </b>returns with<b> </b><b>ASTReader::OutOfDate </b>and as usual it calls<b> </b><b>compileAndLoadModule </b>which I want to avoid in the first place<b>.</b></div><div><br></div><div><span class="">Call to <b>CLang</b>::</span><b>CompilerInstance</b>::<span class=""><b>ModuleManager</b></span><span class="">-&gt;</span><span class=""><b>ReadAST</b></span><span class="">(ModuleFileName,</span></div>







<div>
<p class=""><span class="">                                   </span><span class="">serialization</span><span class="">::</span><span class="">MK_ImplicitModule</span><span class="">,</span></p>
<p class=""><span class="">                                   ImportLoc, ARRFlags) </span><span class="">return with </span><b>ASTReader::OutOfDate</b></p><p class=""><span class="">as </span><span class=""><b>ReadASTCore</b>(FileName, Type, ImportLoc, </span><span class=""> </span><span class="">/*ImportedBy=*/</span><span class="">nullptr</span><span class="">, Loaded, </span><span class="">0</span><span class="">, </span><span class="">0</span><span class="">, </span><span class="">0</span><span class="">, </span>ClientLoadCapabilities) returns with <b>OutOfDate.</b></p><p class="">These files are generated just few minutes ago, how can it be OutOfDate I don&#39;t have any idea.</p><p class="">File<b> modules.timestamp</b> under the ModuleCache Dir is 0 bytes.</p><p class="">Thanks</p><p class="">Ramakrishna</p>































</div>







</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 9:15 PM, Daniel Dunbar <span dir="ltr">&lt;<a href="mailto:daniel_dunbar@apple.com" target="_blank">daniel_dunbar@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Clang will cache these automatically, can you give more details on exactly what you are seeing?<br>
<br>
 - Daniel<br>
<div><div class="h5"><br>
&gt; On Apr 28, 2016, at 10:50 PM, Ramakrishna Mallireddy via swift-users &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; I have these precompiled module files generated every-time I run the swift compiler.<br>
&gt;<br>
&gt; _Builtin_stddef_max_align_t-1LMTETLX3WNFT.pcm<br>
&gt; CFNetwork-1UTIO6DPB9R5P.pcm<br>
&gt; CoreFoundation-CF8BGN41VJ11.pcm<br>
&gt; CoreGraphics-3SDFP08OX46EF.pcm<br>
&gt; CoreImage-3SDFP08OX46EF.pcm<br>
&gt; Darwin-4F8STAM1KXDF.pcm<br>
&gt; Foundation-2LQ7EQYFLQOP.pcm<br>
&gt; ...etc<br>
&gt;<br>
&gt; How can I make the swift compiler to use these cache rather than compiling the libraries again.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Ramakrishna<br>
</div></div>&gt; _______________________________________________<br>
&gt; swift-users mailing list<br>
&gt; <a href="mailto:swift-users@swift.org">swift-users@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
<br>
</blockquote></div><br></div>