commit | 3486f698a3c0b7edb521f27e851d7362f63a114c | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Apr 30 01:16:20 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Wed Apr 30 01:16:20 2014 -0700 |
tree | b688dda82247a15b845685d09e77f3f1a87a0b03 | |
parent | 27ae7cb782821a4f2d3813522ee411cd978bcd85 [diff] |
Disable linker warnings on MIPS builds to work around relocation issue. Bug: 14296739 Clang is emitting a text relocation for __gxx_personality_v0 on MIPS, and the linker is treating this as an error (converted from a warning initially). The warning appears harmless in this case, so the temporary solution is to disable it until the LLVM bug is fixed. Change-Id: I87dd41e7e2247d5b64ba8e2c5ad03db6716871de