[llvm-dev] lli: wrong output; clang: segmentation fault

Ilya Skapenko via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 2 08:06:46 PST 2017


Dear developers,

Attached .ll file looks well-formed, but lli produces wrong output.
It prints just: '20\n', although the correct output:'20\n22\n'.
Executable, compiled with clang++ has segmentation fault, because it
overwrites a return address. But the file, emitted with llc looks nice.
Architecture: Linux, x86-64
I wanted to submit a bug, but I can't get an account.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170302/32e2d55e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lifetime.ll
Type: application/octet-stream
Size: 3286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170302/32e2d55e/attachment.obj>


More information about the llvm-dev mailing list