[HWASan] Add "N" suffix to generic __hwasan_load/store.
authorAlex Shlyapnikov <alekseys@google.com>
Wed, 18 Apr 2018 22:05:18 +0000 (22:05 +0000)
committerAlex Shlyapnikov <alekseys@google.com>
Wed, 18 Apr 2018 22:05:18 +0000 (22:05 +0000)
commit02f7841e4a8c3a5d1a0b2819c3394a85c279625b
tree99c410a502ac39b694da3980fef4119e52a7e352
parent0ae8590354b8688e1ec9926abc909b896ea49038
[HWASan] Add "N" suffix to generic __hwasan_load/store.

Summary:
"N" suffix is added by the instrumentation and interface functions
are expected to be exported from the library as __hwasan_loadN* and
__hwasan_storeN*.

Reviewers: eugenis

Subscribers: kubamracek, delcypher, #sanitizers, llvm-commits

Differential Revision: https://reviews.llvm.org/D45739

llvm-svn: 330297
compiler-rt/lib/hwasan/hwasan.cc
compiler-rt/lib/hwasan/hwasan_interface_internal.h
compiler-rt/test/hwasan/TestCases/check-interface.cc [new file with mode: 0644]