<div dir="ltr">Hmm. It's right there. I don't know how I missed that. Thank you!<br></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Jan 12, 2019 at 4:29 PM David Blaikie <<a href="mailto:dblaikie@gmail.com">dblaikie@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">At the bottom of every tutorial page, I think there's a full code listing with all the required includes, etc?<div><a href="https://llvm.org/docs/tutorial/LangImpl03.html#full-code-listing" target="_blank">https://llvm.org/docs/tutorial/LangImpl03.html#full-code-listing</a><br></div><div><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jan 13, 2019, 2:45 AM Jack Orenstein via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">I'm going through the Kaleidoscope tutorial, adding the codegen() functions: <a href="https://llvm.org/docs/tutorial/LangImpl03.html" target="_blank">https://llvm.org/docs/tutorial/LangImpl03.html</a>.</div><div dir="ltr"><br></div><div>I cannot find any discussion of header files to include, (other than the include of llvm/ADT/STLExtras.h in the lexer/parser code), and the compilation is failing due to several undefined symbols: LogErrorV, Value, LLVMContext, APFloat, and others. I've been hunting down the header files for each symbol, but I must be missing something. What am I doing wrong?</div><div><br></div><div>Jack Orenstein<br></div></div></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>
</blockquote></div>