diff options
author | Oleg Ranevskyy <oranevskyy@accesssoftek.com> | 2017-08-10 13:37:58 +0000 |
---|---|---|
committer | Oleg Ranevskyy <oranevskyy@accesssoftek.com> | 2017-08-10 13:37:58 +0000 |
commit | fa66a340eb750bc72a813d92d6c6898c091c07cb (patch) | |
tree | ab1ea0330782cfffce2e5aefe6f5f1b1a2779205 /lldb/packages/Python/lldbsuite/test | |
parent | 0b16c10de32cf26d65e3c629694dfbc0f60120a4 (diff) | |
download | bcm5719-llvm-fa66a340eb750bc72a813d92d6c6898c091c07cb.tar.gz bcm5719-llvm-fa66a340eb750bc72a813d92d6c6898c091c07cb.zip |
[CMake][LLVM] Remove duplicated library mask. Broken clang linking against clangShared
Summary:
The `LLVM${c}Info` mask is listed twice in LLVM-Config.cmake. This results in the libraries such as LLVMARMInfo, LLVMAArch4Info, etc appearing twice in `extract_symbols.py` command line while building `clangShared`. `Extract_symbols.py` does not work well in such a case and completely ignores the symbols from the duplicated libraries. Thus, the LLVM(...)Info symbols do not get exported from `clangShared` and linking clang against it fails with unresolved dependencies.
Seems to be a mere copy-paste mistake.
Reviewers: beanz, chapuni
Reviewed By: chapuni
Subscribers: chapuni, aemerson, mgorny, kristof.beyls, llvm-commits, asl
Differential Revision: https://reviews.llvm.org/D36119
llvm-svn: 310590
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions