llvm-project/llvm/lib/ExecutionEngine/Interpreter
Lang Hames a4d5b34f73 [ExecutionEngine][Interpreter] Fix out-of-bounds array access.
If args is empty then accesing element 0 is illegal.

https://reviews.llvm.org/D53556

Patch by Eugene Sharygin. Thanks Eugene!

llvm-svn: 347281
2018-11-20 01:01:26 +00:00
..
CMakeLists.txt
Execution.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
ExternalFunctions.cpp [ExecutionEngine][Interpreter] Fix out-of-bounds array access. 2018-11-20 01:01:26 +00:00
Interpreter.cpp
Interpreter.h Remove trailing space 2018-07-30 19:41:25 +00:00
LLVMBuild.txt