Displaying 1 result from an estimated 1 matches for "func_fail".
Did you mean:
func_fails
2014 Mar 10
3
[LLVMdev] MCJIT problem on native 'ppc64' target
...ran it on the x86-64 architecture. That works fine too. Thus, it seems
to be 'ppc64' related.
I attach the exploit including it's Makefile. It builds 'main' and
'main_static'.
The former goes the JIT path, the latter the static link path. The offending
function is 'func_fails.ll'. When 'main' is called with this IR function
as its
argument it'll reproduce the segfault on the ppc64 architecture. The
main_static links statically to 'func_fails.ll' and calls the function
in exactly
the same way as 'main' does. The statically linked versio...