Hello!
I found an error in the tutorials, I wasn’t sure where to report / fix. I hope I’m not sending it in the wrong mailing list. “8. Kaleidoscope: Compiling to Object Code” a call to TargetMachine->addPassesToEmitFile(pass, dest, FileType)
is missing nullptr as its 3rd value.
https://llvm.org/docs/tutorial/LangImpl08.html
Thanks for the awesome work.