[all-commits] [llvm/llvm-project] 71af80: [JITLink] Fix assert condition broken in 118e953b1...

lhames via All-commits all-commits at lists.llvm.org
Wed Jan 12 17:06:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71af8068ac1283eb7ede70cc841af95acb11bdeb
      https://github.com/llvm/llvm-project/commit/71af8068ac1283eb7ede70cc841af95acb11bdeb
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h

  Log Message:
  -----------
  [JITLink] Fix assert condition broken in 118e953b18ff0.

The condition was accidentally changed from A != InvalidAddr to A != 0, this
commit changes it back.




More information about the All-commits mailing list