commit | 5036729c41829c335260c7c803ea9128079cdef8 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Mar 31 15:18:17 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Mar 31 18:29:23 2015 -0700 |
tree | 05a1b30579386254ad5f0e923c30ebfa205d52b6 | |
parent | 91f713a1683a6f3663326167edf4d82c524dedcb [diff] |
Add unwinder linking to STL setup. Previously we were bundling this into libc++ and having each binary resolve its symbols from there. This means that the unwinder that gets used for a given binary is sensitive to the order in which its libraries are linked. Making this a static library dependency of each binary means the right unwinder will always be used. Bug: 18471342 Bug: 19958712 Change-Id: I782d212784dbf85355b5d9146d7460d675259a0e