Suppress bogus warning lines from llvm-link.

Bug: http://b/27068813

RenderScript runtime libraries mix different ABI bitcode files,
resulting in warnings for the mismatch. These warnings aren't generally
useful, so it is better to not display them. The inverted grep catches
both data layout and target triple mismatches, while also suppressing
matched (now blank) lines.

Change-Id: I177f359fcf657a31de831cb2fb2ea981de470238
1 file changed