<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:lhames@gmail.com" title="Lang Hames <lhames@gmail.com>"> <span class="fn">Lang Hames</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - "Undefined temporary symbol" error in Kaleidoscope example"
   href="https://llvm.org/bugs/show_bug.cgi?id=25940">bug 25940</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;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - "Undefined temporary symbol" error in Kaleidoscope example"
   href="https://llvm.org/bugs/show_bug.cgi?id=25940#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - "Undefined temporary symbol" error in Kaleidoscope example"
   href="https://llvm.org/bugs/show_bug.cgi?id=25940">bug 25940</a>
              from <span class="vcard"><a class="email" href="mailto:lhames@gmail.com" title="Lang Hames <lhames@gmail.com>"> <span class="fn">Lang Hames</span></a>
</span></b>
        <pre>Hi Revital,

That sounds like a different problem. I'm going to mark this bug as resolved.

As for the problem you're seeing now: RuntimeDyld::SymbolInfo doesn't do
anything interesting itself, but Symbol.getAddress() may run the
materialization function for that symbol, which could cause all sorts of things
to happen depending on how you set up your JIT stack.

Have you run valgrind or an msan build of your project? This sounds like it
could be a memory error in one of your data structures.

- Lang.</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>