<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - build fails, undefined reference to llvm:RTDyldMemoryManager"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90032#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - build fails, undefined reference to llvm:RTDyldMemoryManager"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90032">bug 90032</a>
              from <span class="vcard"><a class="email" href="mailto:felix-freedesktop@fefe.de" title="Felix von Leitner <felix-freedesktop@fefe.de>"> <span class="fn">Felix von Leitner</span></a>
</span></b>
        <pre>Did not help. Here's the error message:

In file included from ../../../../src/gallium/auxiliary/util/u_inlines.h:36:0,
                 from ./codegen/nv50_ir_util.h:36,
                 from ./codegen/nv50_ir.h:34,
                 from codegen/nv50_ir.cpp:23:
codegen/nv50_ir.cpp: In member function ‘virtual nv50_ir::Instruction*
nv50_ir::Instruction::clone(nv50_ir::ClonePolicy<nv50_ir::Function>&,
nv50_ir::Instruction*) const’:
codegen/nv50_ir.cpp:742:19: error: cannot use typeid with -fno-rtti
    assert(typeid(*i) == typeid(*this));
                   ^
../../../../src/gallium/auxiliary/util/u_debug.h:188:41: note: in definition of
macro ‘debug_assert’
 #define debug_assert(expr) (void)(0 && (expr))
                                         ^
codegen/nv50_ir.cpp:742:4: note: in expansion of macro ‘assert’
    assert(typeid(*i) == typeid(*this));
    ^
codegen/nv50_ir.cpp:742:33: error: cannot use typeid with -fno-rtti
    assert(typeid(*i) == typeid(*this));
                                 ^
../../../../src/gallium/auxiliary/util/u_debug.h:188:41: note: in definition of
macro ‘debug_assert’
 #define debug_assert(expr) (void)(0 && (expr))
                                         ^
codegen/nv50_ir.cpp:742:4: note: in expansion of macro ‘assert’
    assert(typeid(*i) == typeid(*this));
    ^
Makefile:1225: recipe for target 'codegen/nv50_ir.lo' failed</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>