<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - IntelJITEvents has bitrotted through DebugInfo changes"
   href="http://llvm.org/bugs/show_bug.cgi?id=22095">22095</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>IntelJITEvents has bitrotted through DebugInfo changes
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Generic Execution Engine Support
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dexonsmith@apple.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kfischer@college.harvard.edu
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lhames@gmail.com, llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On current trunk IntelJITEvents doesn't build anymore due to
AssertingVH<MDNode> in lib/ExecutionEngine/EventListenerCommon.h, but even
after fixing that, the tests still fail with

llvm-jitlistener:
/home/kfischer/julia-clang/deps/llvm-svn/lib/IR/DebugInfo.cpp:1453:
llvm::DIRef<T>::DIRef(const llvm::Metadata*) [with T = llvm::DIScope]:
Assertion `isScopeRef(V) && "DIScopeRef should be a MDString or MDNode"'
failed.

It seems like none of the build bots test this code at all, which should be
fixed if possible. Curiously, it also doesn't seem like the JitEvents tests are
even being run with `make check` since I didn't see the above crash (I had to
run the test manually).</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>