[all-commits] [llvm/llvm-project] 160e8e: [ASan] Recognize lea r10, [rip + XX] (#68910)

nicole mazzuca via All-commits all-commits at lists.llvm.org
Fri Oct 13 08:47:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 160e8eb4496104a1d0ed77649af7e8bb679252f9
      https://github.com/llvm/llvm-project/commit/160e8eb4496104a1d0ed77649af7e8bb679252f9
  Author: nicole mazzuca <nicole at strega-nil.co>
  Date:   2023-10-13 (Fri, 13 Oct 2023)

  Changed paths:
    M compiler-rt/lib/interception/interception_win.cpp

  Log Message:
  -----------
  [ASan] Recognize lea r10, [rip + XX] (#68910)

This instruction is present in memcpy in the latest vcruntime

This PR has been opened for @AndrewDeanMS (a teammate inside Microsoft)
who made the PR to our internal branch.

Co-authored-by: Andrew Dean <Andrew.Dean at microsoft.com>




More information about the All-commits mailing list