<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sobkas@gmail.com" title="Krzysztof A. Sobiecki <sobkas@gmail.com>"> <span class="fn">Krzysztof A. Sobiecki</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - LLVM changed output of llvm-config, again"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75919">bug 75919</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>NOTOURBUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - LLVM changed output of llvm-config, again"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75919#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - LLVM changed output of llvm-config, again"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75919">bug 75919</a>
              from <span class="vcard"><a class="email" href="mailto:sobkas@gmail.com" title="Krzysztof A. Sobiecki <sobkas@gmail.com>"> <span class="fn">Krzysztof A. Sobiecki</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=75919#c2">comment #2</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=75919#c0">comment #0</a>)
> > Created <span class=""><a href="attachment.cgi?id=95368" name="attach_95368" title="Is there even a point?">attachment 95368</a> <a href="attachment.cgi?id=95368&action=edit" title="Is there even a point?">[details]</a></span>
> > Is there even a point?
> > 
> > llvm-config-3.5 --version now prints 3.5.0 instead of 3.5.
> > config is unable to find a shared llvm library if there is only one so. It
> > searches for a libLLVM-3.5.0.so but only libLLVM-3.5.so exists.

> Are you using cmake or autoconf to build LLVM?  I use autoconf and on my
> system
> llvm-config --version reports 3.5.0 and llvm install libLLVM-3.5.0.so and
> also a symlink from libLLVM-3.5.0.so to libLLV-3.5.so.</span >

I use packages from:
<a href="http://llvm.org/apt/unstable/pool/main/l/llvm-toolchain-snapshot/">http://llvm.org/apt/unstable/pool/main/l/llvm-toolchain-snapshot/</a>
After a short look into it, I think that there is a small bug in it.

One package populates link farm in usr/lib/llvm-3.5/lib/ and while it links
usr/lib/@DEB_HOST_MULTIARCH@/libLLVM-3.5.so.1      
usr/lib/llvm-3.5/lib/libLLVM-3.5.so
it doesn't do the same for 3.5.0 variant.

Mystery solved, time to poke the maintainer.</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>