<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 --- - linux build broken on llvm::createObjCARCAPE* linkage"
   href="http://llvm.org/bugs/show_bug.cgi?id=18214">18214</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>linux build broken on llvm::createObjCARCAPE* linkage
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </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>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tfiala@google.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Getting linkage failures related to addObjCARCAPE* calls on Ubuntu 12.04
x86_64, lldb top of tree, built with gcc 4.8.2.

make[3]: Entering directory
`/usr/local/google/home/tfiala/lldb/work/build/tools/lldb/lib'
llvm[3]: Linking Debug+Asserts Shared Library liblldb.so
/usr/local/google/home/tfiala/lldb/work/build/Debug+Asserts/lib/libclangCodeGen.a(BackendUtil.o):
In function `addObjCARCAPElimPass(llvm::PassManagerBuilder const&,
llvm::legacy::PassManagerBase&)':
/usr/local/google/home/tfiala/lldb/work/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:144:
undefined reference to `llvm::createObjCARCAPElimPass()'
/usr/local/google/home/tfiala/lldb/work/build/Debug+Asserts/lib/libclangCodeGen.a(BackendUtil.o):
In function `addObjCARCExpandPass(llvm::PassManagerBuilder const&,
llvm::legacy::PassManagerBase&)':
/usr/local/google/home/tfiala/lldb/work/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:149:
undefined reference to `llvm::createObjCARCExpandPass()'
/usr/local/google/home/tfiala/lldb/work/build/Debug+Asserts/lib/libclangCodeGen.a(BackendUtil.o):
In function `addObjCARCOptPass(llvm::PassManagerBuilder const&,
llvm::legacy::PassManagerBase&)':
/usr/local/google/home/tfiala/lldb/work/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:154:
undefined reference to `llvm::createObjCARCOptPass()'
/usr/local/google/home/tfiala/lldb/work/build/Debug+Asserts/lib/libclangCodeGen.a(BackendUtil.o):
In function `(anonymous
namespace)::EmitAssemblyHelper::AddEmitPasses(clang::BackendAction,
llvm::formatted_raw_ostream&, llvm::TargetMachine*)':
/usr/local/google/home/tfiala/lldb/work/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:537:
undefined reference to `llvm::createObjCARCContractPass()'
collect2: error: ld returned 1 exit status</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>