commit | d9898c5b8292b9eecc40a7819bfedb4e1a4fe041 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Sep 29 15:16:46 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Tue Sep 30 10:28:30 2014 -0700 |
tree | 65d1a66d5cd4f6d7a41b1bed735c89d6013a7688 | |
parent | 9997daa0ff8f630bee5d3b8eb0ab15a0ba1e5cf6 [diff] |
Ignore multiple symbol definition errors. libc and libc++ both define std::nothrow. libc's is a private symbol, but this still causes issues when linking libc.a and libc++.a, since private isn't effective until it has been linked. To fix this, just allow multiple symbol definitions for the static tests. Change-Id: Idbf19fefda47298c39360e3f5b6242b0b1a52fcc