- Notifications
You must be signed in to change notification settings - Fork 15.1k
Description
| Bugzilla Link | 42725 |
| Resolution | WORKSFORME |
| Resolved on | Jul 29, 2019 03:44 |
| Version | 9.0 |
| OS | other |
| Blocks | #41819 |
| CC | @ldionne,@mclow,@vedantk |
Extended Description
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