<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:andrew.kaylor@intel.com" title="Andy Kaylor <andrew.kaylor@intel.com>"> <span class="fn">Andy Kaylor</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - execute engine resolve external symbol incorrectly"
   href="http://llvm.org/bugs/show_bug.cgi?id=15586">bug 15586</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>andrew.kaylor@intel.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - execute engine resolve external symbol incorrectly"
   href="http://llvm.org/bugs/show_bug.cgi?id=15586#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - execute engine resolve external symbol incorrectly"
   href="http://llvm.org/bugs/show_bug.cgi?id=15586">bug 15586</a>
              from <span class="vcard"><a class="email" href="mailto:andrew.kaylor@intel.com" title="Andy Kaylor <andrew.kaylor@intel.com>"> <span class="fn">Andy Kaylor</span></a>
</span></b>
        <pre>Symbol resolution is performed by the memory manager.  In some revisions, lli
let its memory manager (RecordingMemoryManager for the remote case) defer
symbol resolution to the RTDyldMemoryManager base class, which links to local
symbols.  The code in lli has since been revised (and the memory manager class
renamed to RemoteMemoryManager) such that it does not attempt to resolve
symbols.

Clients wishing to link to external symbols in a remote environment should
provide their own implementation.

The lli implementation was updated as described above in r192514.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>