The code that calls into the ScriptInterpreter was not considering the
case that it receives a Lua interpreter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If there are many of these calls, adding a static helper function for this purpose might be a good idea as well...
Comment Actions
Yes, it looks like the same 3-line routine is being replicated across multiple functions. I will clean it up.