[all-commits] [llvm/llvm-project] 3570b0: [Attributor][FIX] Remove memory leak

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Fri Mar 11 07:53:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3570b0c5c748d677606b9474ef661217e0e547c1
      https://github.com/llvm/llvm-project/commit/3570b0c5c748d677606b9474ef661217e0e547c1
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor][FIX] Remove memory leak

The leak was introduced when we made things deterministic. It was
reported by the sanitizer buildbot:
 https://lab.llvm.org/buildbot/#/builders/168




More information about the All-commits mailing list