<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>On 2018-12-02 17:25, Marģers . via fpc-devel wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div id="eml-cke__body">> ** Linux: you may also have to specify the library path to libgcc_s.<br /> > E.g. on Ubuntu 16.04:<br /> > make LOCALOPT="-dllvm -Fullvm -Fl/usr/lib/gcc/x86_64-linux-gnu/5"<br /> > OPT="-Fullvm -Fl/usr/lib/gcc/x86_64-linux-gnu/5" all -j 4 FPMAKEOPT="-T<br /> > 4"<br /><br /> compilation does not work for me with those options. I keep getting following error<br /><br /> Fatal: Cannot open whole program optimization feedback file "/home/blabla/src/llvm/compiler/pp1.wpo"<br /> Fatal: Compilation aborted<br /> Makefile:3912: recipe for target 'system.ppu' failed<br /><br /> Problem is LOCALOPT. As soon it is as parameter for make, then wpo files are not created.</div>
</blockquote>
<div> </div>
<div>Strange. You can add NOWPOCYCLE=1 to disable the cycle with wpo.</div>
<div> </div>
<div> </div>
<div>Jonas</div>
<div> </div>
</body></html>