This is an archive of the discontinued LLVM Phabricator instance.

[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
are expected to be exported from the library as hwasan_loadN* and
hwasan_storeN*.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl created this revision.Apr 17 2018, 2:32 PM
Herald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptApr 17 2018, 2:32 PM

Add a test, please.

  • Add a test
eugenis accepted this revision.Apr 18 2018, 3:04 PM

Thanks!

This revision is now accepted and ready to land.Apr 18 2018, 3:04 PM
This revision was automatically updated to reflect the committed changes.