Revert "[ASan] Fixed a reporting bug in (load|store)N functions which would print...
authorKirill Stoimenov <kstoimenov@google.com>
Mon, 18 Apr 2022 23:31:46 +0000 (23:31 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Mon, 18 Apr 2022 23:33:41 +0000 (23:33 +0000)
commit70f13bd752f00cdb41b7a8f2bdd690fa90375e02
treeb2aba6ef212ba77a24649d3129c9a041b4828f71
parentb1333f03d94e4099c2bbffb19eeb6df293c61500
Revert "[ASan] Fixed a reporting bug in (load|store)N functions which would print unknown-crash instead of the proper error message when a the data access is unaligned."

This reverts commit d81d317999b350f9ba41e214149899ccd62eb998.

Reviewed By: kstoimenov

Differential Revision: https://reviews.llvm.org/D123966
compiler-rt/lib/asan/asan_rtl.cpp
compiler-rt/test/asan/TestCases/load_and_store_n.cpp [deleted file]