<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Vivek, in case you haven't seen it, we do have full support for multi-stage PGO builds in CMake. The documentation is here:</div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature"><a href="http://llvm.org/docs/AdvancedBuilds.html#multi-stage-pgo">http://llvm.org/docs/AdvancedBuilds.html#multi-stage-pgo</a><br><br>Your checkout will need to include LLVM, Clang, and Compiler-RT, and it will generate targets to run the full PGO generation. I find that using this is way easier than doing it manually.</div><div id="AppleMailSignature"><br>-Chris</div><div><br>On Jul 12, 2016, at 4:40 AM, vivek pandya via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Hello,<div><br></div><div>When I try to use -fprofile-instr-generate with clang (which is built from source) I am getting following error :</div><div><br></div><div><div>ld: file not found: /Users/Mr.Pandya/My_Stuff/Active/llvm/build/bin/../lib/clang/3.9.0/lib/darwin/libclang_rt.profile_osx.a</div><div>clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation)</div></div><div><br></div><div>I am not building compiler RT with LLVM.</div><div><br></div><div>Am I missing any thing while building llvm/clang ?</div><div><br></div><div>Sincerely,</div><div>Vivek</div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>LLVM Developers mailing list</span><br><span><a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a></span><br><span><a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a></span><br></div></blockquote></body></html>