<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [regression] configure: error: Could not find llvm shared libraries"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59967">bug 59967</a>
              from <span class="vcard"><a class="email" href="mailto:johannesobermayr@gmx.de" title="Johannes Obermayr <johannesobermayr@gmx.de>"> <span class="fn">Johannes Obermayr</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=59967#c7">comment #7</a>)
<span class="quote">> Johannes, I totally fail to see how your rant explains this problem at all.</span >

Michel, thanks to making me thinking on this issue a second time.

First I thought it was an error because llvm-config was not found ...

But it does not matter for question whether it is Mesa's problem:

We can either make configure to find libs with an own compile/link function and
shoot possibility to try whether it is a shared lib because 
"$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS $LLVM_LDFLAGS
conftest.$ac_ext -l$LIB"
succeeds on shared and static libs and we do not know which and where $LIB was
found (LLVM_LDFLAGS or compiler's default search path) to try whether it is
shared

or

we let current implementation and fail if it doesn't work on stupid systems and
preserve runtime functionality.

Because I want to preserve runtime functionality I am voting for:
RESOLVED / NOTOURBUG</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>