diff options
author | Dan Albert <danalbert@google.com> | 2014-09-29 15:16:46 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2014-09-30 10:28:30 -0700 |
commit | d9898c5b8292b9eecc40a7819bfedb4e1a4fe041 (patch) | |
tree | 65d1a66d5cd4f6d7a41b1bed735c89d6013a7688 /tests/stdatomic_test.cpp | |
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
Diffstat (limited to 'tests/stdatomic_test.cpp')
0 files changed, 0 insertions, 0 deletions