<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 --- - libclang.so in Ubuntu x86 3.3 download package is an x86_64 binary"
   href="http://llvm.org/bugs/show_bug.cgi?id=16415">16415</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>libclang.so in Ubuntu x86 3.3 download package is an x86_64 binary
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Website
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>General Website
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>val@markovic.io
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Repro steps:

$ wget
<a href="http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu.tar.bz2">http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu.tar.bz2</a>
$ tar -xjf clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu.tar.bz2
$ file clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu/lib/libclang.so
clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu/lib/libclang.so: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked,
BuildID[sha1]=0x6c03df905dc2dbeccec20acc69616de5901843a4, not stripped

Obviously, this makes it impossible to load the .so on an x86 Linux machine and
defeats the purpose of the pre-built binary package.</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>