<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:pprkut@slackware.com" title="Heinz Wiesinger <pprkut@slackware.com>"> <span class="fn">Heinz Wiesinger</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Can't build compiler-rt as part of llvm"
   href="http://llvm.org/bugs/show_bug.cgi?id=21384">bug 21384</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>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Can't build compiler-rt as part of llvm"
   href="http://llvm.org/bugs/show_bug.cgi?id=21384#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Can't build compiler-rt as part of llvm"
   href="http://llvm.org/bugs/show_bug.cgi?id=21384">bug 21384</a>
              from <span class="vcard"><a class="email" href="mailto:pprkut@slackware.com" title="Heinz Wiesinger <pprkut@slackware.com>"> <span class="fn">Heinz Wiesinger</span></a>
</span></b>
        <pre>Ok, so the problem here was with llvm's build system not supporting libdir
properly. clang is configured to look for its resources in ../lib64 but llvm
temporarily puts it into ../lib within the build tree before we run make
install. This leads to clang not finding the resource dir when run from within
the build tree, but it works fine once installed. Patching the build system to
install things in 'Release/lib64' instead of 'Release/lib' fixed this issue for
me.</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>