The following warnings were reported while running clang analyzer on Compiler-RT:
Unix API: allocator sizeof operand mismatch, on file:
- lib/builtins/emutls.c.
This patch does not suppress the warning in fact, since sizeof operand
still mismatch, but shouldn't the alloc return value be casted for
correctness ?
Fixes T123 (please note that first revision was sent only to
llvm-commits mailing list, not reviewed yet).
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>