<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;"> <br>September 19, 2017 3:02 AM, "Rui Ueyama" <<a target="_blank" tabindex="-1" href="mailto:%22Rui%20Ueyama%22%20<ruiu@google.com>">ruiu@google.com</a>> wrote:<br> <blockquote><div><div> <div dir="ltr">Does this happen only when you are using lld? Please try gold to see if it works as you expected.</div> <div></div> </div></div></blockquote> <br><br>Yes this only happens when using lld (I'm on aug1's head)<br><br>If I compile with lld with bitcode as input:<br>-O0 --lto-O0<br>--eh-frame-hdr --dynamic-linker "/lib/ld-linux-armhf.so.3"<br><br><br>0x0000000000059578 15 0 1 0 0 is_stmt<br>0x0000000000059588 22 11 1 0 0 is_stmt prologue_end<br>0x000000000005958c 21 11 1 0 0 is_stmt<br>0x00000000000595a0 15 5 1 0 0 is_stmt<br>0x00000000000595a4 22 11 1 0 0 is_stmt<br>0x00000000000595b4 25 7 1 0 0 is_stmt<br>0x00000000000595b8 22 11 1 0 0 is_stmt<br>0x00000000000595bc 25 7 1 0 0 is_stmt<br>0x00000000000595c4 26 7 1 0 0 is_stmt<br>0x00000000000595dc 27 7 1 0 0 is_stmt<br>0x00000000000595f0 30 5 1 0 0 is_stmt<br><br><br>If I precompile the bitcode with llc -O0 -filetype=obj<br>-O0 --lto-O0<br>--eh-frame-hdr --dynamic-linker "/lib/ld-linux-armhf.so.3"<br><br><br>0x00000000000401ac 15 0 1 0 0 is_stmt<br>0x00000000000401c4 15 5 1 0 0 is_stmt prologue_end<br>0x00000000000401d0 21 11 1 0 0 is_stmt<br>0x00000000000401e0 22 11 1 0 0 is_stmt<br>0x00000000000401fc 25 7 1 0 0 is_stmt<br>0x0000000000040204 26 7 1 0 0 is_stmt<br>0x0000000000040234 27 7 1 0 0 is_stmt<br>0x0000000000040250 30 5 1 0 0 is_stmt<br><br><signature><br><br>Carlo Kok<br>RemObjects Software</signature> </div></body></html>