This is an archive of the discontinued LLVM Phabricator instance.

[asan] Changed ASan intrinsic to be X86 specific.
AbandonedPublic

Authored by kstoimenov on Sep 17 2021, 3:39 PM.

Details

Summary

Main reason for this change is to add this to the list of instructions which set hasCopyImplyingStackAdjustment to fix the redzone crash. The actual fix will come in the next patch.

Diff Detail