Removes an unused function argument from a code listing in the Kaleidoscope turorial in step 9.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Does a similar change need to be made to any of the actual tutorial markup/markdown/whatever-they-are pages and code snippets found in them?
Comment Actions
@dblaikie actually yes, I forgot checking that. Will just adjust that and push it again ...
Comment Actions
In llvm/examples, CreateFunctionType occurs just in Kaleidoscope/Chapter9/toy.cpp. So there is no accompanying text.
Comment Actions
@MaskRay the rst files for generating the website are located under llvm/docs. There was one occurrence there, adjusted it.