commit | 715c14fe7507ebd11b061cd3f0ac991c4710594e | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <[email protected]> | Wed Apr 25 22:58:40 2018 -0700 |
committer | Pirama Arumuga Nainar <[email protected]> | Wed Apr 25 22:58:40 2018 -0700 |
tree | 0af008173436e2bc978cd0f00bc6da5129491875 | |
parent | 839dfc991d01d183bb7eae140d521a8ee41f73bb [diff] |
Never enable LTO for libunwind_llvm Bug: http://b/78476183 Symbols from libunwind_llvm are supposed to have hidden visibility and enforced with '-Wl,--exclude-libs'. With LTO, the archive with these symbols may not match the file to --exclude-libs, thereby causing them to be exported. Test: Verify that libhwbinder.so with LTO has hidden visiblity for _Unwind_VRS_Set Change-Id: I84292e97d6af42448165f515f2e11c6bc2ee9f63