Disable the leaf function optimization, which is apparently not legal on
X86/linux. :( The problem is that a signal delivered while the function is executing could clobber the functions stack. This is a partial fix for PR41. llvm-svn: 9113
Loading
Please register or sign in to comment