[NFC][compiler-rt][hwasan] Move __hwasan_tag_mismatch4 to hwasan.cpp
authorLeonard Chan <leonardchan@google.com>
Thu, 8 Jul 2021 22:49:04 +0000 (15:49 -0700)
committerLeonard Chan <leonardchan@google.com>
Fri, 9 Jul 2021 17:51:22 +0000 (10:51 -0700)
commitd564cfb53c71dbbbd46b6719f5fe53d70313de45
tree4bff0f2beefb8059944edd1c533194d0e1288e25
parentbef5ed1eeac35d5f59a16a07c7a465f35d30d136
[NFC][compiler-rt][hwasan] Move __hwasan_tag_mismatch4 to hwasan.cpp

This can be moved out of hwasan_linux.cpp because it can be re-used in the fuchsia port.

Differential Revision: https://reviews.llvm.org/D105669
compiler-rt/lib/hwasan/hwasan.cpp
compiler-rt/lib/hwasan/hwasan_linux.cpp