"N" suffix is added by the instrumentation and interface functions
are expected to be exported from the library as hwasan_loadN* and
hwasan_storeN*.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45739
[HWASan] Add "N" suffix to generic __hwasan_load/store. ClosedPublic Authored by alekseyshl on Apr 17 2018, 2:32 PM.
Details Summary "N" suffix is added by the instrumentation and interface functions
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptApr 17 2018, 2:32 PM This revision is now accepted and ready to land.Apr 18 2018, 3:04 PM Closed by commit rL330297: [HWASan] Add "N" suffix to generic __hwasan_load/store. (authored by alekseyshl). · Explain WhyApr 18 2018, 3:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 143009 compiler-rt/trunk/lib/hwasan/hwasan.cc
compiler-rt/trunk/lib/hwasan/hwasan_interface_internal.h
compiler-rt/trunk/test/hwasan/TestCases/check-interface.cc
|