<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-IN">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-IN"><o:p> </o:p></span></p>
<p class="MsoNormal">We wanted to experiment as to how we can use the BOLT optimization from LLVM on our Android Platforms.<o:p></o:p></p>
<p class="MsoNormal">We referred to the wiki from Facebook that speaks of Bolt <span lang="EN-IN">
<o:p></o:p></span></p>
<p class="MsoNormal"><a href="https://github.com/facebookincubator/BOLT" target="_blank">https://github.com/facebookincubator/BOLT</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">So I was using now the linker flag : "Wl,--emit-relocs"  in the instrumented mode to compile android module , for instance here “libc”.<o:p></o:p></p>
<p class="MsoNormal">But the build fails with the llvm clang toolchain on android :<o:p></o:p></p>
<p class="MsoNormal">============================<o:p></o:p></p>
<p class="MsoNormal">FAILED: out/soong/.intermediates/bionic/libc/libc/android_x86_core_shared/libc.so prebuilts/clang/host/linux-x86/clang-4691093/bin/clang++ <o:p></o:p></p>
<p class="MsoNormal">.....<o:p></o:p></p>
<p class="MsoNormal">.....<o:p></o:p></p>
<p class="MsoNormal">-Wl,--no-undefined -Wl,--hash-style=gnu <b>-Wl,--emit-relocs</b> -Wl,--hash-style=both -m32 -Wl,--version-script,bionic/libc/libc.x86.map                                                                                           <o:p></o:p></p>
<p class="MsoNormal">prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/bin/ld:<b> internal error in do_layout, at</b> /buildbot/src/android/gcc/toolchain/build/../binutils/binutils-2.27/gold/<b>object.cc:1821         </b>            
                            <o:p></o:p></p>
<p class="MsoNormal">clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)  <o:p></o:p></p>
<p class="MsoNormal">==============================<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am using android clang prebuilts : "clang-4691093". Does the clang based llvm compiler need any special changes to use this compiler relocation compiler flag?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Best Regards<o:p></o:p></p>
<p class="MsoNormal">Priyanka<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-IN"><o:p> </o:p></span></p>
</div>
</body>
</html>