<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Jun 6, 2015 at 1:43 AM, Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Author: grosser<br>
Date: Sat Jun  6 03:43:22 2015<br>
New Revision: 239219<br>
<br>
URL: <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_llvm-2Dproject-3Frev-3D239219-26view-3Drev&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=mQ4LZ2PUj9hpadE3cDHZnIdEwhEBrbAstXeMaFoB9tg&m=hfa-sofZCESpg5LQ4zfnSTk8yFuCmvZyf_kJL65mpzk&s=Ru23pVlNc92vXEZzVM3itCVpMD4yZ-zl3y1bUuQ6Ck0&e=" target="_blank">http://llvm.org/viewvc/llvm-project?rev=239219&view=rev</a><br>
Log:<br>
Add NVIDIA vprintf printing to RuntimeDebugBuilder<br>
<br>
Modified:<br>
    polly/trunk/include/polly/CodeGen/RuntimeDebugBuilder.h<br>
    polly/trunk/lib/CodeGen/RuntimeDebugBuilder.cpp<br><br></blockquote><div><br></div><div>I am getting build errors from this commit.</div><div>Mac OS X, polly checked out at llvm/tools/polly.</div><div>Another mac, w/o polly has no build issues.</div><div><br></div><div><br></div></div><div class="gmail_extra">[ 51%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o</div><div class="gmail_extra">In file included from /Sources/LLVM/llvm/tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp:12:</div><div class="gmail_extra">/Sources/LLVM/llvm/tools/polly/include/polly/CodeGen/RuntimeDebugBuilder.h:94:64: error: too many arguments to function call, expected at most 2, have 3</div><div class="gmail_extra">    Values.push_back(Builder.CreateGlobalStringPtr(String, "", 4));</div><div class="gmail_extra">                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             ^</div><div class="gmail_extra">/Sources/LLVM/llvm/include/llvm/IR/IRBuilder.h:1194:3: note: 'CreateGlobalStringPtr' declared here</div><div class="gmail_extra">  Value *CreateGlobalStringPtr(StringRef Str, const Twine &Name = "") {</div><div class="gmail_extra">  ^</div><div class="gmail_extra">/Sources/LLVM/llvm/tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp:111:78: error: too many arguments to function call, expected at most 2, have 3</div><div class="gmail_extra">  Value *Format = Builder.CreateGlobalStringPtr(str, "polly.vprintf.buffer", 4);</div><div class="gmail_extra">                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              ^</div><div class="gmail_extra">/Sources/LLVM/llvm/include/llvm/IR/IRBuilder.h:1194:3: note: 'CreateGlobalStringPtr' declared here</div><div class="gmail_extra">  Value *CreateGlobalStringPtr(StringRef Str, const Twine &Name = "") {</div><div class="gmail_extra">  ^</div><div class="gmail_extra">2 errors generated.</div><div class="gmail_extra">make[2]: *** [tools/polly/lib/CMakeFiles/Polly.dir/CodeGen/RuntimeDebugBuilder.cpp.o] Error 1</div><div class="gmail_extra">make[1]: *** [tools/polly/lib/CMakeFiles/Polly.dir/all] Error 2</div><div><br></div><div>-- Marshall</div></div></div>