search for: main_static

Displaying 1 result from an estimated 1 matches for "main_static".

2014 Mar 10
3
[LLVMdev] MCJIT problem on native 'ppc64' target
...the issue seems to be MCJIT related. To further rule out user error I isolated an exploit for this issue and reran 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_fail...