[llvm-bugs] [Bug 42725] New: lib/libc++abi.1.0.dylib fails to build for mac on the release_90 branch

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 23 09:43:58 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42725

            Bug ID: 42725
           Summary: lib/libc++abi.1.0.dylib fails to build for mac on the
                    release_90 branch
           Product: libc++abi
           Version: 9.0
          Hardware: Macintosh
                OS: other
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hans at chromium.org
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
            Blocks: 42474

Building the release_90 branch on mac like this:

$ utils/release/test-release.sh -svn-path branches/release_90 -triple
x86_64-apple-darwin -no-libunwind -no-test-suite


Fails with:


Undefined symbols for architecture x86_64:
  "__ZTIDu", referenced from:
     -exported_symbol[s_list] command line option
  "__ZTIPDu", referenced from:
     -exported_symbol[s_list] command line option
  "__ZTIPKDu", referenced from:
     -exported_symbol[s_list] command line option
  "__ZTSDu", referenced from:
     -exported_symbol[s_list] command line option
  "__ZTSPDu", referenced from:
     -exported_symbol[s_list] command line option
  "__ZTSPKDu", referenced from:
     -exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [lib/libc++abi.1.0.dylib] Error 1


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=42474
[Bug 42474] [meta] 9.0.0 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190723/bfebf62f/attachment.html>


More information about the llvm-bugs mailing list