[all-commits] [llvm/llvm-project] d39486: [ASAN] Remove asserts introduced in https://review...

Roy Sundahl via All-commits all-commits at lists.llvm.org
Mon Oct 24 17:33:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d39486ddd5b4159ee237a0f896c38ebfad482e97
      https://github.com/llvm/llvm-project/commit/d39486ddd5b4159ee237a0f896c38ebfad482e97
  Author: Roy Sundahl <rsundahl at apple.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M compiler-rt/lib/asan/asan_poisoning.cpp

  Log Message:
  -----------
  [ASAN] Remove asserts introduced in https://reviews.llvm.org/D136197

Additional calls were introduced for outlining (opposite of inlining)
in https://reviews.llvm.org/D136197 which contain asserts that partial
poisoning of a single byte wouldn't happen consecutively but this is
too strong and actually does occur in Windows. Removing those asserts
as they are unnecessary

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




More information about the All-commits mailing list