<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#c2">Comment # 2</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>yes, my llvm is a cmake build.

Here's the output of llvm-config:

-I/usr/include  -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wno-missing-field-initializers -pedantic -Wno-long-long
-Wno-maybe-uninitialized -Wno-comment -std=c++11 -ffunction-sections
-fdata-sections -O3 -DNDEBUG  -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS

Note that I built LLVM with RTTI support because I thought that would fix this
issue. It did not. Here's how I build llvm:

cd build && REQUIRES_RTTI=1 cmake .. -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr -DLLVM_LIBDIR_SUFFIX=64 -DBUILD_SHARED_LIBS=ON</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>